[Koha] Difficulties getting 17.05.01 to talk with MariaDB under Mint 18.1

Pablo Bianchi pablo.bianchi at gmail.com
Sun Oct 8 08:21:35 NZDT 2017


2017-06-29 14:56 GMT-03:00 Tim Young <Tim.Young at lightsys.org>:

>
> This page: https://askubuntu.com/questions/766334/cant-login-as-mysql-u
> ser-root-from-normal-user-account-in-ubuntu-16-04


If I  plugin='mysql_native_password'  (Todor answer
<https://askubuntu.com/a/801950/349837>) I could get rid of those
[Warning] 'user' entry 'root at localhost' has both a password and an
authentication plugin specified. The password will be ignored.
when `sudo systemctl status mysql.service`. But have a side-effect:
  $ sudo koha-remove library
  Removing Koha instance library
  ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)
So I move back to plugin='unix_socket' and koha-remove now works fine.


More information about the Koha mailing list