• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue ERROR 2013(HY000) Lost connection to MySQL server when trying to load a db backup

bruno97

New Pleskian
running the command to restore ab DB backup brings me to this:

zcat mysql.daily.dump.8.gz | plesk db
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading initial communication packet', system error: 104
exit status 1
 
Are you sure that MySQL service is up and running at least?
 
I checked the status of maraidb and that says its runnig, when I check the status of mysql and mysqld it returns:


# service mysql status
Redirecting to /bin/systemctl status mysql.service
Unit mysql.service could not be found.

# service mysqld status
Redirecting to /bin/systemctl status mysqld.service
Unit mysqld.service could not be found.
 
I also tried to start the two services and it responds with the same message:

Failed to start mysql.service: Unit not found.
 
I found something in Forum about the same error. Maybe this will help you.
 
Back
Top