<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Wed, Jul 10, 2013 at 2:52 PM, Enno Middelberg <span dir="ltr"><<a href="mailto:enno.middelberg@gmail.com" target="_blank">enno.middelberg@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
<br>
<br>
2013/7/10 Doug Lytle <<a href="mailto:support@drdos.info">support@drdos.info</a>>:<br>
<div class="im">> What happens when you're logged into to mysql as root and do a:<br>
><br>
> use mythconverg;<br>
<br>
</div><div class="im">mysql -u root -p<br>
Enter password:<br>
Welcome to the MySQL monitor. Commands end with ; or \g.<br>
</div>Your MySQL connection id is 152<br>
Server version: 5.5.28-1 (Debian)<br>
<br>
Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.<br>
<br>
Oracle is a registered trademark of Oracle Corporation and/or its<br>
affiliates. Other names may be trademarks of their respective<br>
owners.<br>
<br>
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br>
<br>
mysql> use mythconverg;<br>
Reading table information for completion of table and column names<br>
You can turn off this feature to get a quicker startup with -A<br>
<br>
Database changed<br>
mysql> quit<br>
Bye<br>
<div class="im"><br>
<br>
<br>
> My guess would be, either you lost your database or you need to redo the<br>
> permissions to it for the mythtv user.<br>
><br>
><br>
> $ mysql -u root mythconverg<br>
> mysql> grant all on mythconverg.* to mythtv@"%" identified by "mythtv";<br>
> mysql> flush privileges;<br>
<br>
</div>I tried this, but didn't go anywhere:<br>
<br>
mysql -u root mythconverg<br>
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using<br>
password: NO)<br>
<br>
<br>
Now what's that suppose to mean?<br>
<br>
I also tried what's suggested here, to no avail:<br>
<a href="http://en.kioskea.net/faq/11432-ubuntu-unable-to-access-mythtv" target="_blank">http://en.kioskea.net/faq/11432-ubuntu-unable-to-access-mythtv</a><br>
<span class=""><font color="#888888"><br><br></font></span></blockquote><div style><br></div><div style>You forgot the -p the second time.</div><div style><br></div><div style>Jon</div><div style><br></div><div style> </div>
</div><br></div></div>