Difference between revisions of "Creating a mysql user"
From MyWiki
(Created page with "GRANT ALL PRIVILEGES ON <database>.* TO 'newuser'@'localhost';<br> use the ip as well <br> GRANT ALL PRIVILEGES ON <database>.* TO 'newuser'@'127.0.0.1';<br>") |
(No difference)
|
Latest revision as of 14:29, 11 June 2015
GRANT ALL PRIVILEGES ON <database>.* TO 'newuser'@'localhost';
use the ip as well
GRANT ALL PRIVILEGES ON <database>.* TO 'newuser'@'127.0.0.1';