<div dir="ltr"><div><div><div> > datetime: 2014-11-04 18:01:45 (EST)<br> > errornum: 256<br> > error type: User Error<br> >error string: !!NoTrans: Access denied for user<br> > 'mythtv'@'localhost' (using password: YES) [#1045]<br><br></div><br><br>I
too have had upgrade failures after upgrades, each time after upgrade to mysql and I speculate it is a security change/interaction of mysql and myth. This was a symptom from one of those failures. <br><br>> 'mythtv'@'localhost' (using password: YES) [#1045]<br></div><div><br>and<br><br>>mythtv'@'localhost' (using password: YES) [#1045] [err] => Access<br>
>denied for user 'mythtv'@'localhost' (using password: YES) [errno] =><br>
>1045 [last_sh] => Database_Query_mysql Object<br><br></div><div>Both relate to an mysql and a password; Two suggestions:<br><br></div>In mysql check the install scripts did not generate a new password for your mythtv user at "localhost". (as root user mysql> SELECT User, Host, Password FROM mysql.user;)<br></div><div><br>Also
check that if you run a system with multiple FEs make sure you have a
"mythtv" user at the specific ip address of the what I assume is a combined BE/FE as well as localhost . {This is in
addition to the range of ip addresses from which other back ends can
connect even if the BE is within that IP range This seems like it should be unnecessary. but one of my failed installs did not complete until I did that.) <br><br><br><br></div><br></div>