Revision history of "Creating a mysql user"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 14:29, 11 June 2015George2 (Talk | contribs). . (157 bytes) (+157). . (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>")