msql stops after sytem backup

vogels

Verified User
Joined
Jul 1, 2007
Messages
12
Hi,

I saw a post earlier, but i can't find it anymore. Once a week my server makes a backup, after this, msql is stopped and i must restart it manualy.

Whats wrong??

Thanks.
 
MSSQL? Or MySQL?

Do you run the DirectAdmin Control Panel?

If you're running DirectAdmin and asking about a problem with MySQL, then you should probably try a manual restart of the MySQL daemon to see if it works properly. Be sure to check the /var/log/messages log.

Jeff
 
Thanks for responding. Sorry, it's MySQL, and yes i can restart it manualy. The problem is that MySQL stops after a system backup.
 
What kind of system backup are you using? The system reseller backup (Admin Backup/Transfer), or the Sysbk backup (System Backup)?

Jeff
 
Do:
Code:
[FONT=monospace]
[/FONT]wget -O /usr/local/sysbk/mod/mysql.bk http://www.directadmin.com/mysql.bk[FONT=monospace]
[/FONT]

The old sysbk way to backup data was to stop mysql service that no one can access it except sysbk.
 
Back
Top