Hi,
my mySQL-Server is not listening as a Socket anymore for various reasons, so I have to change everything von localhost to 127.0.0.1
I changed it in
/etc/ispcp/ispcp.conf:DATABASE_HOST = 127.0.0.1
and in all the tools like pma etc. But apparently something is still wrong, since I get regular emails like this now:
Quote:A critical error just was encountered while executing function
backup_ispcp_database() in
/var/www/ispcp/engine/backup/ispcp-backup-ispcp.
Error encountered was:
=====================================================================
ERROR: Failed to backup database ispcp!
=====================================================================
there is no mentioning of localhost in these scripts, where did I miss a section where localhost needed to be changed to 127.0.0.1?
Thanks very much