Thanks for your help, For the big issue: DBI connect failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111 "Connection refused") at /usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1517.
I took a look at processes running and opac_search.pl (can't remember the exact name) was using a lot of power. Finally solved using this fix disabling the unix_socket: https://mariadb.com/kb/en/authentication-plugin-unix-socket/ It seemed to be creating a bottleneck eventually killing the server. No further issues since switching back to password authentication. Thanks again Christina -- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________ Koha mailing list http://koha-community.org [email protected] Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

