码迷,mamicode.com
首页 > 数据库 > 详细

php连接阿里云mysql

时间:2018-04-30 18:11:41      阅读:676      评论:0      收藏:0      [点我收藏+]

标签:www.   资料   log   tps   res   mysq   http   开启   /etc   

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

标签:www.   资料   log   tps   res   mysq   http   开启   /etc   

原文地址:https://www.cnblogs.com/zhp-king/p/8973962.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!