• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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