• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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