User Tools

Site Tools


programming:mysql:mysql

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
programming:mysql:mysql [2019/05/24 09:50] – [Import database] maferreiraprogramming:mysql:mysql [2019/05/24 09:50] – [Create user] maferreira
Line 14: Line 14:
  
 ===== Create user ===== ===== Create user =====
-  CREATE USER '<username>'@'localhost' IDENTIFIED BY '<password>';+<code mysql>CREATE USER '<username>'@'localhost' IDENTIFIED BY '<password>';</code>
  
   mysql> grant usage on *.* to myUsername@localhost identified by 'myPassword';   mysql> grant usage on *.* to myUsername@localhost identified by 'myPassword';
programming/mysql/mysql.txt · Last modified: 2019/10/11 09:34 by maferreira