MySQL error 2003 when using Navicat

笑着哭i 提交于 2019-12-11 18:09:08

问题


I connect to my MySQL database using Navicat. I've just got an error

[Err] 2003 - Can't connect to MySQL server on 'www.website.com' (10061)

I connect to the database using port 3306. I can't edit any admin settings as it's hosted on a shared server, inmotion.com

This occurred after having an error with a query. Possible max connection error? It's set at 10 but I can't edit it because of the shared server.


回答1:


Yes, it means that the DB is unresponsive. Restarting mysqld process should fix this.



来源:https://stackoverflow.com/questions/13709670/mysql-error-2003-when-using-navicat

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!