[mythtv-users] Unable to connect to database.

A. F. Cano afc at shibaya.lonestar.org
Tue Sep 13 17:57:40 UTC 2016


On Tue, Sep 13, 2016 at 07:04:28AM +0200, Forum wrote:
> Am 12.09.2016 um 23:31 schrieb Mark Perkins:
> ...
> If I try to login to mysql from command line, I get an Error:
> ERROR 1045 (28000): Access denied for user 'mythtv'@'localhost'
> (using password: YES)

In the past, after mythtv upgrades I've encountered problems with
mysql.  I had to do the following:

> mysql -u root -p mysql
Enter password: <your mysql password>
mysql> grant all privileges on mythconverg.* to 'mythtv'@'localhost'
identified by 'mythtv' with grant option;
mysql> grant all privileges on mythconverg.* to 'mythtv'@'%' identified
by 'mythtv' with grant option;
mysql> flush privileges;
mysql> quit

Augustine



More information about the mythtv-users mailing list