[mythtv-users] No MythTV backend after update of Linux Mint Debian Edition

Enno Middelberg enno.middelberg at gmail.com
Wed Jul 10 19:52:37 UTC 2013


Hello,



2013/7/10 Doug Lytle <support at drdos.info>:
> What happens when you're logged into to mysql as root and do a:
>
> use mythconverg;

mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 152
Server version: 5.5.28-1 (Debian)

Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use mythconverg;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> quit
Bye



> My guess would be, either you lost your database or you need to redo the
> permissions to it for the mythtv user.
>
>
> $ mysql -u root mythconverg
> mysql> grant all on mythconverg.* to mythtv@"%" identified by "mythtv";
> mysql> flush privileges;

I tried this, but didn't go anywhere:

mysql -u root mythconverg
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)


Now what's that suppose to mean?

I also tried what's suggested here, to no avail:
http://en.kioskea.net/faq/11432-ubuntu-unable-to-access-mythtv


Enno


More information about the mythtv-users mailing list