光轮电子/光轮电子工作室
vim /etc/mysql/mysql.conf.d/mysqld.cnf
将
bind-address = 127.0.0.1
改为
bind-address = 0.0.0.0
然后重启
/etc/init.d/mysql restart