MySQL unable to connect with remote server

后端 未结 7 1854
醉梦人生
醉梦人生 2021-02-07 15:00

We have a MySQL server in one of the remote Virtual Machine (Windows Server 2008). Till yesterday we were able to connect to the MySQL server, with the help of workbench install

7条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-07 15:12

    mysql administrator of your database should allow remote connection to the mysql server. change this in my.cnf:

    bind-address    = 127.0.0.1 # this shoul be your mysql server ip
    

    and comment this:

    # skip-networking
    

提交回复
热议问题