Continuously getting "SQLSTATE[HY000] [2002] Connection refused::SQLSTATE[HY000] [2002] Connection refused"

Hi,
You have to check and repair your SQL DB. Try to run below repair command.

mysqlcheck --repair --all-databases
mysqlcheck --all-databases

Thanks

Shahin