V vogels Verified User Joined Jul 1, 2007 Messages 12 Jul 1, 2007 #1 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.
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.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Jul 5, 2007 #2 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
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
V vogels Verified User Joined Jul 1, 2007 Messages 12 Jul 6, 2007 #3 Thanks for responding. Sorry, it's MySQL, and yes i can restart it manualy. The problem is that MySQL stops after a system backup.
Thanks for responding. Sorry, it's MySQL, and yes i can restart it manualy. The problem is that MySQL stops after a system backup.
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Jul 8, 2007 #4 What kind of system backup are you using? The system reseller backup (Admin Backup/Transfer), or the Sysbk backup (System Backup)? Jeff
What kind of system backup are you using? The system reseller backup (Admin Backup/Transfer), or the Sysbk backup (System Backup)? Jeff
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 9,328 Location LT, EU Jul 9, 2007 #6 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.
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.