Several times this week, IFDB has gone down. curl -k --header "Host: ifdb.org" https://localhost/ times out on the local machine.
sudo mysql -e "SHOW PROCESSLIST\G" shows one sleeping process and a bunch of other processes waiting for a lock.
processlist.txt
I killed the sleeping process with sudo mysql -e "KILL 4723716;" and the site came back up.
Several times this week, IFDB has gone down.
curl -k --header "Host: ifdb.org" https://localhost/times out on the local machine.sudo mysql -e "SHOW PROCESSLIST\G"shows one sleeping process and a bunch of other processes waiting for a lock.processlist.txt
I killed the sleeping process with
sudo mysql -e "KILL 4723716;"and the site came back up.