Comment 13 for bug 1447944

Revision history for this message
zhxq (zhxq) wrote : Re: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded

Thanks for replying for the functionality of my script.

Because I'm the only one that uses the server, so I don't care others using MariaDB as root.

However, with this you can create another user by root, and re-enable unix socket by
 update user set plugin="unix-socket" where User="root";flush privileges;

then all is set.