admin 发表于 2014-9-25 15:44

linux下You must SET PASSWORD before executing this statement

MySql5.6操作时报错:You must SET PASSWORD before executing this statement解决
mysql>SET PASSWORD = PASSWORD('123456');
Query OK, 0 rows affected (0.03 sec)
mysql> create database roger;
Query OK, 1 row affected (0.00 sec)
也就是用mysql>SET PASSWORD = PASSWORD('123456');这句话重新设置一次密码!

页: [1]
查看完整版本: linux下You must SET PASSWORD before executing this statement