mysql 错误注意事项

Posted 沐茈静

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 错误注意事项相关的知识,希望对你有一定的参考价值。

mysql>  UPDATE user SET Password=PASSWORD(’654321’) where USER=’root’;
ERROR 1054 (42S22): Unknown column '’root’' in 'where clause'

表示' root'中含有未知列' '(空格)。

mysql>  UPDATE user SET Password=PASSWORD('654321’) where USER='root’;
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 'root
’' at line 1

表示在第一行,错误靠近root’

 错误:1045 SQLSTATE: 28000 (ER_ACCESS_DENIED_ERROR) 

消息:拒绝用户'%s'@'%s'的访问(使用密码:%s)


以上是关于mysql 错误注意事项的主要内容,如果未能解决你的问题,请参考以下文章

禁用 MySql 错误

mysql--触发器复习

MySQL8.0错误日志Error log

MYSQL的基本使用,以及错误代码的意思

mysql delete 注意

MySQL错误1042!!