Comments - MariaDB(10.4.11) Permission Issues on OSX Catalina (10.15.3)

4 years, 1 month ago Brian Pohl

When I login w/ the sudo prefix, I can print the Users Table w/ the plugin values for each user to show how they're being authenticated if that's helpful

MariaDB [(none)]> select User, Host, Plugin from mysql.user;
+---------+---------------------+-----------------------+
| User    | Host                | plugin                |
+---------+---------------------+-----------------------+
| root    | localhost           | unix_socket           |
| os_user | localhost           | mysql_native_password |
|         | localhost           |                       |
|         | usrnames-imac.local |                       |
+---------+---------------------+-----------------------+
 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.