<div class="gmail_quote">On Mon, May 17, 2010 at 8:50 PM, Peter Abplanalp <span dir="ltr">&lt;<a href="mailto:pta-myth@psaconsultants.com">pta-myth@psaconsultants.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On Mon, May 17, 2010 at 6:17 PM, Michael Tiller<br>
<div class="im">&lt;<a href="mailto:michael.tiller@gmail.com">michael.tiller@gmail.com</a>&gt; wrote:<br>
&gt; On Mon, May 17, 2010 at 7:40 PM, Michael Tiller &lt;<a href="mailto:michael.tiller@gmail.com">michael.tiller@gmail.com</a>&gt;<br>
&gt; wrote:<br>
</div><div class="im">&gt; mysql&gt; select user, host from user;<br>
&gt; +------------------+-----------+<br>
&gt; | user             | host      |<br>
&gt; +------------------+-----------+<br>
&gt; | mythtv           | %         |<br>
&gt; | root             | 127.0.0.1 |<br>
&gt; | debian-sys-maint | localhost |<br>
&gt; | mythtv           | localhost |<br>
&gt; | root             | localhost |<br>
&gt; +------------------+-----------+<br>
&gt; 5 rows in set (0.00 sec)<br>
<br>
</div>that looks fine to me.<br>
<br>
i went back and looked at your original post and i noticed that you used:<br>
<div class="im"><br>
      mysql&gt; grant all on mythconverg.* to mythtv@&quot;%&quot; identified by &quot;mythtv&quot;;<br>
<br>
</div>what i&#39;m used to doing is putting both user and host in quotes or ticks a la:<br>
<div class="im"><br>
     mysql&gt; grant all on mythconverg.* to &quot;mythtv&quot;@&quot;%&quot; identified by &quot;mythtv&quot;;<br>
<br>
</div>if you want to try this, i&#39;d erase the current mythtv@% row from the<br>
user table first.<br></blockquote><div><br>Erased previous entry added new one with quotes.  Didn&#39;t change anything. :-(<br> <br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<font color="#888888">-peter<br>
</font><div><div></div><br></div></blockquote><div><br>--<br>Mike<br> <br></div></div>