0
点赞
收藏
分享

微信扫一扫

使用navicat连接mysql数据库时常报的错误:2003、1698、2005、

天悦哥 2022-03-30 阅读 41

连接不上数据库

error 1698

报错提示:ERROR 1698 (28000): Access denied for user 'root'@'localhost'


error 2003

报错提示:
第一种: 2003 - Can't connect to MySQL server on 'localhost'(10061 "Unknown error")(本地连接数据库出错)
或者第二种:2003-cant connection to mysql server on ‘IP’(10061 unknown error)(服务器远程连接出错:未知错误)
或者第三种:Can't connect to MySQL server on "IP地址'(10038)(服务器远程连接数据库出错:防火墙出错)


error 1251

报错提示:1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client.


举报

相关推荐

0 条评论