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_.