Annihilater / HexoBlogComments

HexoBlogComments
https://www.klause.cn
0 stars 0 forks source link

Ubuntu MySQL 开启外网访问权限 | 湮灭星空 #40

Open Annihilater opened 4 years ago

Annihilater commented 4 years ago

https://www.klause.cn/2020/02/05/mysql/ubuntu-mysql-kai-qi-wai-wang-fang-wen-quan-xian/

Ubuntu MySQL 开启外网访问权限 设置 MySQL 配置文件 /etc/mysql/my.cnf 找到 bind-address =127.0.0.1 将其注释掉;//作用是使得不再只允许本地访问;

重启 MySQL sud