MySQL remote connection [not as usual]

前端 未结 4 476
温柔的废话
温柔的废话 2021-02-06 11:20

I\'m not getting to get access to mysql externally. I think it\'s mysql or firewall stuff or some privilege within the mysql.

I already tried doing steps that are on int

4条回答
  •  清歌不尽
    2021-02-06 12:07

    Your need to set your bind-address in my.cnf to 0.0.0.0 not just comment out the line.

    As a side note, you should probably not allow root access from all IP addresses as you say you have configured it. I would limit root to local machine only.

提交回复
热议问题