Difference between revisions of "Users"

From MyWiki
Jump to: navigation, search
(Created page with "create user '<username>'@'<hostname' identified by '<password>'<br>")
 
Line 1: Line 1:
create user '<username>'@'<hostname' identified by '<password>'<br>
+
grant ALL on <database>.<table> create user '<username>'@'<hostname' identified by '<password>'<br>

Revision as of 13:45, 18 September 2014

grant ALL on <database>. create user '<username>'@'<hostname' identified by '<password>'