<html>
<body>
<font size=3>At 06:05 AM 4/21/2008, starcycle wrote:<br>
<blockquote type=cite class=cite cite="">On Mon, Apr 21, 2008 at 8:58 AM,
Phil Bridges <gravityhammer@gmail.com> wrote:<br>
><br>
><br>
> Or, you could comment out the "bind-address" in
my.cnf and restart mysql.<br>
><br><br>
But like I said, I had already done that. ;) Everything regarding<br>
mysql and mythtv was set up properly, mysql was just being blocked
by<br>
tcp wrappers. On debian systems, you have to add mysqld: all (or IP,<br>
host, etc.) to /etc/hosts.allow.<br><br>
regards</font></blockquote><br>
Did you do this?<br><br>
<br>
Finally, if you just want to restrict by IP subnet (in this example, the
192.168.1. network): <br><br>
$ mysql -u root mythconverg<br>
mysql> grant all on mythconverg.* to mythtv@"192.168.1.%"
identified by "mythtv";<br>
mysql> flush privileges;<br><br>
See
<a href="http://www.mythtv.org/docs/mythtv-HOWTO-6.html" eudora="autourl">
http://www.mythtv.org/docs/mythtv-HOWTO-6.html<br><br>
</a>-- Mache<br><br>
</body>
</html>