• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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