个人工具

UbuntuHelp:MythTV/Install/Server/mysql

来自Ubuntu中文

Oneleaf讨论 | 贡献2007年5月24日 (四) 15:58的版本 (新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/Server/mysql}} {{Languages|UbuntuHelp:MythTV/Install/Server/mysql}} Next, you need to edit the mysql configuration to allow outside...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Next, you need to edit the mysql configuration to allow outside hosts to connect:

$ sudo nano /etc/mysql/my.cnf

Look for the line that reads:

bind-address= 127.0.0.1

and comment out that line by placing a ~+#+~ at the beginning.

Then, restart mysql:

$ sudo /etc/init.d/mysql restart