Is it recommanded to do?
Hi I have a DUAL xeon server, and problem i been on it for last few days is, mysql crashes on interval of 1-2 hours.Only solution so far i found is doing this manually every hour:
----------------------------------
killall -9 mysqld
----------------------------------
But my question is, is it advisable to do something like this. Does it going to create any problem with clients?
Thank you

