• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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