Skip to content
/ dbseeker Public

A simple php cli tool to search word patterns in a whole database and replace them if wanted

Notifications You must be signed in to change notification settings

korby/dbseeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

dbseeker

A simple php cli tool to search word patterns in a whole mysql database and replace them if wanted

install

git clone [email protected]:korby/dbseeker.git

Usage

./dbseeker.php  [-h host] -u user [-p password] -d databasename -s pattern [-r replacement_pattern]

Example

./dbseeker.php  -u myusername -d mydatabase -s "something"

About

A simple php cli tool to search word patterns in a whole database and replace them if wanted

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages