[mythtv-users] Deleting channels from listings and error 1045 from mysql

Mr. Myth mythtv at blandford.net
Mon Sep 8 23:37:42 EDT 2003


and wrote:

> Jarod,
>
> I've been trying to delete some of the more obscure channels on my 
> local listing, but get an error, from mysql when I try to open the 
> mythconverg database as you describe below.... My setup is done along 
> the lines of your how-to, so I'm a little baffled... ;-)
>
> No matter if I use root or mythtv user account I get the same error:
> __
> [mythtv at epia mythtv]$ mysql mythconverg
> ERROR 1045: Access denied for user: 'mythtv at localhost' (Using 
> password: NO)
> __
> [root at epia mythtv]# mysql mythconverg
> ERROR 1045: Access denied for user: 'root at localhost' (Using password: NO)


Try giving the password ( -p ).  You can also pass the username ( -u )

mysql -u mythtv -p mythconverg

It should now prompt your for your password.

The default password is 'mythtv' I believe

Michael




More information about the mythtv-users mailing list