Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mysql [2015/04/02 14:59]
진보넷 [계정]
mysql [2015/04/02 15:31] (current)
진보넷 [계정]
Line 78: Line 78:
 <code mysql> <code mysql>
 CREATE USER '​USER'​@'​localhost'​ IDENTIFIED BY '​PASSWORD';​ CREATE USER '​USER'​@'​localhost'​ IDENTIFIED BY '​PASSWORD';​
 +FLUSH PRIVILEGES;
 </​code>​ </​code>​
  
Line 84: Line 85:
 <code mysql> <code mysql>
 DROP USER '​USER'​@'​localhost';​ DROP USER '​USER'​@'​localhost';​
 +FLUSH PRIVILEGES;
 </​code>​ </​code>​