<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I've got myth 0.28 working well on the latest xenial beta, except I have to manually start mythbackend.  After that it's great.<br><br></div>I looked at the logs and it's clear that the system tries to start it on boot about 8 or 9 times before it gives up.  Relevant errors are:<br><br>E CoreContext mythdbcon.cpp:229 (OpenDatabase) [DBManager0] Unable to connect to database!<br><br>E CoreContext mythdbcon.cpp:230 (OpenDatabase) Driver error was [1/1045]:#012QMYSQL: Unable to connect#012Database error was:#012Access denied for user 'mythtv'@'localhost' (using password: YES)<br><br></div>So apparently I can launch it as user 'fred', but it can't connect to the database as user 'mythtv'.<br><br></div><div>When I list users in mysql, I get:<br>mysql> SELECT user FROM mysql.user;<br><span style="font-family:monospace,monospace">+------------------+<br>| user             |<br>+------------------+<br>| mythtv           |<br>| root             |<br>| root             |<br>| debian-sys-maint |<br>| mythtv           |<br>| root             |<br>+------------------+</span><br>6 rows in set (0.00 sec)<br><br></div><div>Is it normal to have 3 root and 2 mythtv users?<br></div><div><br></div>I imagine I need to change permissions somewhere or add (delete?) users somewhere, but I'm at the end of my very limited understanding, so thought I'd ask here before I start flailing.<br><div><br></div></div>