作为程序员一定要保持良好的睡眠,才能好编程

mysql快速修改密码

发布时间:2020-05-18


快速修改密码


set password=password('song');



mysql> show databases;

ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

mysql> set password=password('song');

Query OK, 0 rows affected, 1 warning (0.00 sec)