Re: running mythtv-setup as myself?

Top Page

Reply to this message
Author: Jon N
Date:  
To: dmo-discussion
Subject: Re: running mythtv-setup as myself?
On Fri, Feb 7, 2014 at 1:28 AM, Ariel <asmarillat@???> wrote:
>
> On Thu, 6 Feb 2014, Jon N wrote:
>
>> ERROR 1045 (28000): Access denied for user 'mythtv'@'localhost' (using
>> password: YES)
>
>
> Well, there you go. You need that to work. If it doesn't work there, it
> certainly won't work via mythtv-setup (or frontend).
>
>
>> I notice it says '...@'localhost' when my hostname is 'Bedlum', is that
>> significant?
>
>
> It might be. It's possible MySQL is configured to refuse remote connections
> for the mythtv user.
>
> In MySQL users are not usernames, they are username@hostname combos. (If
> needed you can do username@% meaning all hostnames.)
>
> Probably you only have a mythtv@localhost username, and not one at
> mythtv@remote_hostname (i.e. not Bedlum, the server, but rather the name of
> the client machine).
>
> Try: select * from mysql.user where user like 'mythtv%'
>
> Then you can see if you have a remote mythtv user. (You'll probably need to
> be the MySQL root user.)
>
>         -Ariel


I'm finally getting a little idea of what you mean. I did have a
'mythtv'@'localhost' and 'mythtv'@'%' (or whatever the proper way to
write that is), and I was able to create one for 'mythtv'@'bedlum',
although I don't know why it came out 'bedlum' and not 'Bedlum', nor
how to fix it (yet anyway). I have more details on what I did and the
results in another recent post.

Thanks,
Jon