蔚藍的天空's Archiver
論壇
›
Linux
› Ubuntu MySQL 遠端連線
波卡
發表於 2014-2-19 16:19:05
Ubuntu MySQL 遠端連線
Ubuntu 的 MySQL 預設只能從本機連線,需要遠端連線,設定步驟:
1.修改 my.cnf
vi /etc/mysql/my.cnf
將"bind-address=127.0.0.1"
修改"#bind-address=127.0.0.1"
2.重新啟動 mysql
sudo /etc/init.d/mysql restart
頁:
[1]
查看完整版本:
Ubuntu MySQL 遠端連線