<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 23, 2020 at 4:51 PM Bill Meek <<a href="mailto:keemllib@gmail.com">keemllib@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 3/23/20 11:26 AM, James Abernathy wrote:<br>
> I changed the /etc/apt/sources file for v31 and did an upgrade.  Seemed to work except for this error:<br>
> Setting up mythtv-database (2:31.0+fixes.202003211014.76fedd7~ubuntu18.04.1) ...<br>
> <br>
> Configuration file '/etc/cron.weekly/mythtv-database'<br>
>   ==> Modified (by you or by a script) since installation.<br>
>   ==> Package distributor has shipped an updated version.<br>
>     What would you like to do about it ?  Your options are:<br>
>      Y or I  : install the package maintainer's version<br>
>      N or O  : keep your currently-installed version<br>
>        D     : show the differences between the versions<br>
>        Z     : start a shell to examine the situation<br>
>   The default action is to keep your current version.<br>
> *** mythtv-database (Y/I/N/O/D/Z) [default=N] ? Y<br>
> Installing new version of config file /etc/cron.weekly/mythtv-database ...<br>
> Failed to create or modify database (incorrect admin username/password?)<br>
> Try:<br>
> sudo dpkg-reconfigure mythtv-database<br>
> I selected Y and then did the suggested dpkg-reconfigure mythtv-database<br>
> but got the same error.<br>
<br>
Unfortunately, that error test fires in three places. None of which I've been<br>
able to cause.<br>
<br>
I did:<br>
<br>
   sudo add-apt-repository ppa:mythbuntu/31<br>
   sudo apt update<br>
   sudo apt upgrade<br>
<br>
Also:<br>
<br>
   sudo apt purge mythtv-common libmythtv-perl php-mythtv<br>
   sudo apt install mythtv<br>
<br>
Do you have any other details about what you did?<br>
<br>
 From the root SQL user, please paste the output of:<br>
<br>
   SELECT User,Host,plugin,authentication_string FROM user WHERE User='mythtv';<br>
<br>
(you can scribble the authentication_string if you like.)<br>
<br>
-- <br>
Bill</blockquote><div> </div><div>I seem to have a syntax problem:</div><div><br></div><div> jim@mythbuntu:~$ sudo mysql -u root mythconverg</div>Reading table information for completion of table and column names<br>You can turn off this feature to get a quicker startup with -A<br><br>Welcome to the MariaDB monitor.  Commands end with ; or \g.<br>Your MariaDB connection id is 644<br>Server version: 10.0.36-MariaDB-0ubuntu0.16.04.1 Ubuntu 16.04<br><br>Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.<br><br>Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br><br>MariaDB [mythconverg]>  SELECT User,Host,plugin,authentication_string FROM user WHERE User='mythtv';<br>ERROR 1146 (42S02): Table 'mythconverg.user' doesn't exist<br>MariaDB [mythconverg]> <br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> <br></blockquote></div></div>