Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caseycs committed May 11, 2015
1 parent 8f2a1e4 commit 7ff8ce6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ php dbgrep.php --username=root --password=banaan123 \
According to columns collation search maybe case-insensetive (so you will find `WiredStuff` and `WIREDSTUFF` as well), BUT replace is every time case-sensetive. So you have to replace for all the cases separately:

`wiredstuff -> coolstuff`

`WiredStuff -> CoolStuff`

and so on.

0 comments on commit 7ff8ce6

Please sign in to comment.