temuri
Nov 22 2009, 06:23 PM
i have problem with mysq_pconnect
$link = @mysql_pconnect(DB_HOST, DB_USER, DB_PASS) or die('Could connect: ' . mysql_error());
with same parameters when i use mysql_connect its working.
what i must to do for make worked script with mysql_pconnect???
mysql_pconnect is a disabled function, what did you require it for?
Just replace mysql_pconnect with mysql_connect
temuri
Nov 22 2009, 07:35 PM
I use php writen engine and it doesnot work with mysql_connect... it's take too long time to modify it

(((((((((((((
I can't see how it won't work without it, mysql_pconnect won't be enabled, so you'll have to make the modifications.
samuel_cmk
Jan 9 2010, 08:46 AM
QUOTE(Ed @ Nov 22 2009, 07:29 PM)

mysql_pconnect is a disabled function, what did you require it for?
Just replace mysql_pconnect with mysql_connect
thank you very much
i can connect now
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.