PHP/C: Does MYSQL[I]_OPT_CONNECT_TIMEOUT work? 
(Ulf Wendel) C and PHP MySQL clients can set a connection timeout before a connection is established to MySQL. The MySQL C API manual states about MYSQL_OPT_CONNECT_TIMEOUT , which is equal to PHPs MYSQLI_OPT_CONNECT_TIMEOUT:
Read Article >>