当我们修改初始密码的时候报错:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your
这时候我们使用:ALTER USER ‘root’@‘localhost’ IDENTIFIED BY ‘123456’;(1234562为新密码);
版权声明:本文为liuxiaobao666原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。