MYSQL hangs after backup

gonz0

Verified User
Joined
Apr 15, 2008
Messages
13
Location
Warsaw, Poland
Hi,

I have a problem with MYSQL - it hangs after making full system backup (via cron or manually started backup from DA).

The only solution is to make killall and restart it manually. Sometimes manual restart must be made 2 or 3 times to make mysql operational.

After it happened first time I made some optimization and make a setup in my.cnf - but still the same problem

Any help ?

edit: the solution mentioned below not working :(r

http://www.directadmin.com/forum/showthread.php?t=19733&highlight=sysbk
 
Last edited:
After few tests I have a solution:

under MYSQLD and CLIENT section socket must be the same. So i.e. if you put /tmp/mysql.sock in CLIENT you must put the same in MYSQLD section.
 
Back
Top