个人工具

UbuntuHelp:MythTV/Install/Server/mysql

来自Ubuntu中文

跳转至: 导航, 搜索

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