Just change the line to:
mysql_pconnect("localhost","usernamehere","passwordhere");
Remember to fll the the username, password in the mysql_pconnect function!!!
mysql_connect(); is almost the same as: mysql_pconnect();
is almost the same as "planetsim" told you!