Closed GoogleCodeExporter closed 9 years ago
I'm thinking your mysql password is set using mysql 4.0 compatibility mode
instead of
the new password scheme introduced with mysql 4.1. This is pretty easy to
change if
you have phpmyadmin installed (a quick google seach should help you along) .
Reset
your password to 4.1+ mode and let me know if that fixes your problem.
Original comment by semir.pa...@gmail.com
on 18 Oct 2009 at 3:21
Will try this evening - I'll setup a new account for xbmc. Does mythbox need
update
rights or only read?
Original comment by pinthe...@gmail.com
on 19 Oct 2009 at 7:55
Created a new account with 4.1 password and it works now. I only gave the
account
select rights, but I may need to increse as xbmc crashes when I try to select a
recording. Otherwise I'll open a new issue
Original comment by pinthe...@gmail.com
on 19 Oct 2009 at 5:08
Your new user needs all the same privileges as the mythtv user.
Solution added to FAQ as Q14 in svn 1541
Original comment by semir.pa...@gmail.com
on 19 Oct 2009 at 6:00
Thanks analogue! That fixed my issue.
UPDATE mysql.user SET Password = PASSWORD('password') WHERE Host = '%' AND User
=
'mythtv';
Original comment by wes...@gmail.com
on 28 Oct 2009 at 1:55
Original issue reported on code.google.com by
pinthe...@gmail.com
on 18 Oct 2009 at 9:05Attachments: