mysql常见报错及问题排查

分手后的思念是犯贱 2023-07-19 10:58 117阅读 0赞

mysql常见报错及问题排查

    • [Table ‘xxx’ doesn’t exist](https://blog.csdn.net/dhbfjh/article/details/105205312)
    • [Host ***.***.***.*** is not allowed to connect to this MySQL server](https://blog.csdn.net/dhbfjh/article/details/105205239)
    • [ERROR 1819 (HY000): Your password does not satisfy the current policy requirements](https://blog.csdn.net/dhbfjh/article/details/105205170)
    • [ERROR 1820: You must reset your password using ALTER USER statement before executing this statement](https://blog.csdn.net/dhbfjh/article/details/105204955)
    • mysql配置文件
    • 操作报错查看日志,日志路径/var/log/mysqld.log

Table ‘xxx’ doesn’t exist

Host .\**.***.* is not allowed to connect to this MySQL server

ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

ERROR 1820: You must reset your password using ALTER USER statement before executing this statement

mysql配置文件

配置文件

操作报错查看日志,日志路径/var/log/mysqld.log

发表评论

表情:
评论列表 (有 0 条评论,117人围观)

还没有评论,来说两句吧...

相关阅读