I have a bit of a weird problem.
Am running mysql in a chrooted jail directory on an ubuntu 10.04 server
To get MYSQL to work properly within the jail I have to run this command:
mount --bind /var/run/mysqld /home/pathofjail/var/run/mysqld/
However for some weird reason maybe a week or two or three later mysql stops working in the jail and I again have to execute the above command. I don't even know what the mount --bind command does, just found it on a forum (actually this site! ). But can someone tell me what's going on here?