特殊:Badtitle/NS100:MythTV/Install/Server/mysql

来自Ubuntu中文
Wikibot留言 | 贡献2007年11月30日 (五) 20:41的版本
跳到导航跳到搜索

{{#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