How to add new MySQL user from the command Line

Very simple actually.

GRANT ALL PRIVILEGES ON *.* to root@127.0.0.1 identified by 'secretpassw0rd'

Posted on July 8, 2013 at 16:07 by arte · Permalink
In: English, mySQL

Leave a Reply