[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.解决办法
pycharm中database连接MySQL数据库时出现如下提示:
[08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
图示:
造成这个问题的原因是因为数据库驱动包的版本问题,与当前的数据库版本不兼容:我的是mysql5.0版本,而驱动是8.0的版本:
解决办法:替换数据库驱动包的版本,如图所以选择对应的Driver版本
点下载即可:
正在下载:
下载失败,再试一次:
下载成功,测试连接:
成功连接!