<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>Is your Database Password in config.xml = mythtv? If so, then<br>
please start mysql as its root user and run the three commands<br>
one at a time:<br>
<br>
  CREATE USER IF NOT EXISTS 'mythtv'@'%' IDENTIFIED WITH mysql_native_password;<br>
  ALTER USER 'mythtv'@'%' IDENTIFIED BY 'mythtv';<br>
  GRANT ALL ON mythconverg.* TO 'mythtv'@'%'; mythconverg<br>
<br>
Need to see the output of all three.<br></blockquote><div><br></div><div>Bill - here you go.  BTW, everything is working fine on my system, I just get the error message everytime I update. </div><div><br></div>mysql> CREATE USER IF NOT EXISTS 'mythtv'@'%' IDENTIFIED WITH mysql_native_password;<br>Query OK, 0 rows affected, 1 warning (0.06 sec)<br><br>mysql>   ALTER USER 'mythtv'@'%' IDENTIFIED BY 'mythtv';<br>ERROR 1819 (HY000): Your password does not satisfy the current policy requirements<br><br>mysql>   ALTER USER 'mythtv'@'%' IDENTIFIED BY 'mythtv';<br>ERROR 1819 (HY000): Your password does not satisfy the current policy requirements<br>mysql>   GRANT ALL ON mythconverg.* TO 'mythtv'@'%'; mythconverg<br>Query OK, 0 rows affected (0.00 sec)<br><br><div>    -> </div><div><br></div><div> </div></div></div>