<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 &lt;gravityhammer@gmail.com&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&nbsp; Or, you could comment out the &quot;bind-address&quot; in
my.cnf and restart mysql.<br>
&gt;<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&gt; grant all on mythconverg.* to mythtv@&quot;192.168.1.%&quot;
identified by &quot;mythtv&quot;;<br>
mysql&gt; 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>