MySQL Back to Basics: Lesser-known MySQL client scripts
So there’s a whole bunch of MySQL scripts included with any release, who can say they know them all? In this blog post, we will take a look at some of these and show usage examples that may help you in your environment.
mysql_access
Let’s say you want to manage your users’ rights, and you have this user ‘john.doe’ that can connect from ‘host1′, but you aren’t sure what he can do to your db: company-staging as well as company-dev.
What do you do? Well, for example, you could use mysql_access and take a look:
