摘要:
MySQL中使用mysqladmin或set修改root密码时提示语法错误。mysql> mysqladmin -uroot -p123456 password 654321;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysqladmin -uroot -p123456 password 654321' at line 1
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'password('654321')' at line 1 阅读全文
posted @ 2020-03-14 19:42
LaplaceKang
阅读(1911)
评论(1)
推荐(1)