By chelahmy on
My site http://blindtalk.net is having intermittent database connection error with the PDOException message 'Unknown MySQL server host' while in fact the host name was correct. In many cases retry was fine but annoying.
Error
The website encountered an unexpected error. Please try again later.
Error message
PDOException: SQLSTATE[HY000] [2005] Unknown MySQL server host 'btdrupal2.db.8243588.hostedresource.com' (1) in lock_may_be_available() (line 167 of /home/content/88/8243588/html/bt/includes/lock.inc).
Does it has anything to do with timeout, lock or race condition? How do I correct it?