In /etc/mysql/mariadb.conf.d/mysqld.conf there is an something like # # * Unix socket authentication plugin # # Needed so the root database user can authenticate without a password but # only when running as the unix root user. # # Also available for other users if required. # See https://mariadb.com/kb/en/unix_socket-authentication-plugin/ plugin-load-add = auth_socket.so
But that doesn't seem to work for me. I also tried adding plugin-load=auth_socket.so to my.cnf, also with no success. Section [mysqld] should be correct, right? Apart from that, accessing the databases without password is the new default way here? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447944 Title: Cannot access mariadb after upgrading to Ubuntu 15.04: Plugin 'unix_socket' is not loaded To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mariadb-10.0/+bug/1447944/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
