����������
 
������������������������������������������������
 

����������������������������������������������������������������������������
 

����������������������������������������
����������host������������������host������������host������������������������������������
����������������
 

��������������
 
delete from user where user = 'thanks';
 
������
 
grant all on thanks to thanks@localhost IDENTIFIED BY 'thanks';
 
��������������������������������������������������������������
 
@F:\CRM\mysql\bin\mysql -h localhost -uthanks -p thanks
 
������������Enter password:thanks<Return!>����
 

������������������user������������������������
��������
 
mysql> select user, password from user;
+--------+------------------+
| user   | password         |
+--------+------------------+
| root   |                  |
| root   |                  |
|        |                  |
|        |                  |
| thanks | 5318a95743953b86 |
+--------+------------------+
9 rows in set (0.00 sec)
 

����������������������������