特殊:Badtitle/NS100: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...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#ifexist: :MythTV/Install/Server/mysql/zh | | {{#ifexist: MythTV/Install/Server/mysql/zh | | {{#ifeq: {{#titleparts:MythTV/Install/Server/mysql|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:MythTV/Install/Server/mysql|1|-1|}} | zh | | }}

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