赞
踩
修改配置文件=> 可以实现远程连接阿里云的数据库
1) mysql> use mysql 切换数据集
2) mysql> select user,host from user;
3) mysql> update user set host='%' where user='root';
4) # cd /etc/mysql/mysql.conf.d
# vi mysqld.cnf
找到bind-address,将光标定位到127的位置,然后按 i 进入插入模式、
将127.0.0.1 修改为 0.0.0.0
按 esc 退出插入模式
按:(英文冒号)进入底行模式
输入 wq 点击回车(保存并退出)
5)重启mysql服务
# service mysql restart
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。