7 Oct
2017
7 Oct
'17
9:21 p.m.
2017-06-29 14:56 GMT-03:00 Tim Young <Tim.Young@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@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.