Several Server Errors (No database connect, can't create TCP/IP socket etc
- by Tobias Baumeister
My server stops taking requests on my website today. It works for some time, but then the server just stops working and throws several errors:
500 Internal Server Error
Warning: mysql_connect(): Can't create TCP/IP socket (105) in [...] on line 7 Couldn't connect to database. Please try again.
mysql_connect(): Host [...] is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper (this is from Error Log)
Any ideas what might cause it?
operating system is Ubuntu