Tim Hilliard

Website Development, Optimisation and Analytics

Flower

MySQL Administrators

So how do I create another user for MySQL that has administrator privileges using the MySQL AB GUI Administration Tool?

I had wondered how we were supposed to do this with the GUI tool until recently. Of course you can create another user using the command line and then apply the following query to the user.

GRANT ALL PRIVILEGES ON *.* TO ‘user’@'host’ IDENTIFIED BY PASSWORD ‘[password]‘ WITH GRANT OPTION”

But not everyone likes to use the command line. To do this with the GUI tool all we need to do is go to Tools->Options and then make sure that “Show Global Privileges” option is checked.

MySQL GUI Global Rights

MySQL GUI Global Rights

Now when you select a user there should be another tab appear called “Global Privileges” that will allow you to apply global rights to a user thus allowing you to create another administrator.

http://www.timhilliard.com/wp-content/plugins/sociofluid/images/digg_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/reddit_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/dzone_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/stumbleupon_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/delicious_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/blinklist_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/blogmarks_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/furl_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/technorati_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/yahoobuzz_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/mixx_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/twitter_48.png http://www.timhilliard.com/wp-content/plugins/sociofluid/images/jamespot_48.png

Leave a Reply

You must be logged in to post a comment.