Can't connect to MySQL server on '127.0.0.1' (10061) (2003)

后端 未结 16 1219
花落未央
花落未央 2020-11-29 19:47

I know this question was asked a lot before but I tried some of the solutions which were given and nothing worked..

I have downloaded MySQL Workbench 6.1 on

16条回答
  •  粉色の甜心
    2020-11-29 20:19

    Avoid using bind_address in your my.cnf file, if you have any.

    Ref: http://dev.mysql.com/doc/refman/5.5/en/can-not-connect-to-server.html

提交回复
热议问题