<div class="gmail_quote">On Fri, Sep 21, 2012 at 8:51 AM, Worik Stanton <span dir="ltr"><<a href="mailto:worik.stanton@gmail.com" target="_blank">worik.stanton@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Still a problem.<br>
<br>
I issued the following SQL commands...<br>
<div class="im"><br>
use mysql;<br>
DELETE FROM  db WHERE Host LIKE "192.168.1.%" AND DB = "mythconverg" AND<br>
User = "mythtv";<br>
DELETE FROM user WHERE Host LIKE "192.168.1.%" AND User = "mythtv" ;<br></div></blockquote><div><br>That removes the account with the incorrect password. Now you need to redo the grant:<br>grant all on mythconverg.* to mythtv@"192.168.1.%" identified by "your_password";<br>
<br>Replace "your_password" with the password the mythtv@localhost account has (the one specified in the setting text file).<br><br>Cheers,<br>Steve<br><br></div></div>