摘要:
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
阅读(1919)
评论(1)
推荐(1)

用表格的方式清晰地列出了在MySQL使用过程中常用的命令行代码,希望让大家的MySQL学习更轻松!
浙公网安备 33010602011771号