Heim >Datenbank >MySQL-Tutorial >通过navicat连接MySQL无法连接_MySQL

通过navicat连接MySQL无法连接_MySQL

WBOY
WBOYOriginal
2016-06-01 13:10:211652Durchsuche

Navicat

错误信息:2003-Can't connect to MySQL server on 'localhost'(10061)

通过navicat连接MySQL无法连接_MySQL

解决方法:

找到MySQL安装目录下的my-default.ini(有的好像是my-ini)

打开编辑,在[mysqld]这一节中添加上这一行: 
bind-address = 0.0.0.0 


Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn