If you're using [man]mysql_pconnect[/man], try using [man]mysql_connect[/man] instead.
Persistent connections are good if you only have one site on the server and its only using a single database, but in a hosting environment most of the httpd processes will be serving other customer's sites and if they are still holding a connection to your database it's just a waste.