<div dir="ltr"><div dir="ltr"><br></div><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"><div dir="ltr"><div class="gmail_quote"><div><br></div>jim@mythbuntu:~$ sudo mysql -u root mysql<br>[sudo] password for jim: <br>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 1384<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 [mysql]> CREATE USER 'blah'@'%' IDENTIFIED WITH mysql_native_password;<br>Query OK, 0 rows affected (0.04 sec)<br><br>MariaDB [mysql]> CREATE USER 'blah'@'%' IDENTIFIED WITH mysql_native_password;<br>ERROR 1396 (HY000): Operation CREATE USER failed for 'blah'@'%'<br>MariaDB [mysql]> <br><div><br></div><div>Jim A</div><div> </div></div></div></blockquote><div>I'm not a mysql user so I'm not sure what all these commands are doing so I'm sorry if about all the questions.</div><div>I do not understand why it says in the mysql signon that it's ubuntu 16.04.</div><div>I get:</div><div><br></div><div>jim@mythbuntu:~$ lsb_release -d<br>Description:  Ubuntu 18.04.4 LTS<br></div><div>...and...</div><div>jim@mythbuntu:~$ uname -a<br>Linux mythbuntu 4.15.0-88202002241620-generic #0+mediatree+hauppauge-Ubuntu SMP Thu Feb 27 01:05:48 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux<br></div><div><br></div><div>also when I do apt-cache policy mariadb* I get a number of packages installed. it seems mariadb-server-10.0 is installed and mariadb-server-10-1 is a candidate but is not installed.</div><div><br></div><div>However, if I do apt update, all my packages are up to date.</div><div><br></div><div>Jim A</div><div><br></div></div></div>