数据库mysql开启远程连接 云博小周宇2024年5月5日2023年8月17日1 Min Read 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