<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; "><DIV><DIV>On Dec 6, 2006, at 6:30 PM, Scott Martin wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite"><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">This is what mybackend log is telling me:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><BR></DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Access denied for user 'mythtv'@'localhost' (using password: YES)</DIV></BLOCKQUOTE><DIV><BR class="khtml-block-placeholder"></DIV>This means you are able to connect to the machine, but you haven't given the user mythtv@localhost access.</DIV><DIV>Use the mysql client and do this:</DIV><DIV style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><FONT class="Apple-style-span" color="#581362" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">mysql&gt; grant all on mythconverg.* to mythtv@"localhost"</SPAN></FONT><FONT class="Apple-style-span" color="#581362" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"> </SPAN></FONT><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;">identified by "yourpassword";</SPAN></FONT><FONT class="Apple-style-span" face="Verdana" size="3"><SPAN class="Apple-style-span" style="font-size: 11px;"> </SPAN></FONT></DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>By the way, I gave this same advice a couple of days ago:</DIV><DIV><A href="http://www.gossamer-threads.com/lists/mythtv/users/239794">http://www.gossamer-threads.com/lists/mythtv/users/239794</A></DIV><DIV><BR class="khtml-block-placeholder"></DIV></BODY></HTML>