[mythtv-users] Mysql error -- its simple

Gert Holtoft gert at holtoft.dk
Thu Aug 19 12:06:13 EDT 2004


Torsdag 19 august 2004 17:13 skrev John C. Forsythe:
> after a successful ./configure qmake make and make install i am ready for
> the ./setup command
>
> I was able to ./setup but now its apparent that mysql is not happy at all
> what i recieve is the following after i gave the ./setup
>
> Unable to connect to database!
> Driver error was [1/1045]:
> QMYSQL3: Unable to connect
> Database error was:
> Access denied for user: 'mythtv at localhost' (Using password: YES)
>
> Unable to open database:
> Driver error was:
> QMYSQL3: Unable to connect
> Database error was:
> Access denied for user: 'mythtv at localhost' (Using password: YES)
>
> i followed the instructions for mysql or so i thought.  what is that i
> missed
 
I suppose you have created database mythconverg ?? if yes, then try

mysql> GRANT ALL ON mythconverg.* TO mythtv at localhost IDENTIFIED BY "mythtv";

cheers/gert


More information about the mythtv-users mailing list