Comments - Authentication from MariaDB 10.4

4 years, 3 months ago Testing User A Test

May I use the following to disable unix_socket authentication?

[mysqld] unix_socket=OFF

Does it do any harm to other db functions, or only affect CLI login authentication?

 
4 years, 3 months ago Sergei Golubchik

It will disable a plugin. Any user accounts that are configured to use *only* unix_socket authentication will not be able to login anymore.

If an account uses unix_socket OR mysql_native_password as in the examples above, the password will still work.

 
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.