php连接阿里云mysql
Posted zhp_king
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php连接阿里云mysql相关的知识,希望对你有一定的参考价值。
1.开启mysql远程访问端口
现在服务器控制台,安全组那边开启3306端口
2.修改Mysql配置文件
vim /etc/mysql/mysql.conf.d/mysqld.cnf,找到bind-address = 127.0.0.1,注释掉
3.服务器登录mysql
运行grant all on *.* to root@\'%\' identified by \'root\'
参考资料:
https://www.cnblogs.com/patrickding/p/6435459.html
http://blog.sina.com.cn/s/blog_1549bfbd30102x954.html
以上是关于php连接阿里云mysql的主要内容,如果未能解决你的问题,请参考以下文章