I am running PHP with MySQL in a win2003 pf and randomly some time my pages
are hanging, ( while clicking link to go to another page ) this is not a
server load problem as this is in a intranet site. In last one year I have
installed PHP MySQL in Win platform for nearly 4 different PCs and twice I
faced this problem. While enabling the errors in server I found that the
fatal error at mysql_connect function saying maximum execution time
exceeded. Now I am closing all the mysql connections at the end of the pages
by using mysql_close() but there is no improvement. Is there any solution
for this or I have to reinstall MySQL