Skip to main content

Search throught ALL MYSQL databases in WHM

Comments

4 comments

  • ffeingol
    Anything MySQL related can only work on one database at a time. You could write a script that loops all the tables or use MySQL dump to dump all databases and then use grep/egrep to search that. The other issue is that the table name is going to be SOMETHING_users. It's very easy to install WordPress and change the prefix from wp_ to SOMETHING_.
    0
  • Babene7
    Why not use grep directly? grep USER /var/lib/mysql/* -Rl
    0
  • nixuser
    Did you found a solution for this?
    0
  • fmosse
    No :(
    0

Please sign in to leave a comment.