What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / nishant patel
mysql_pconnect uses less resources, because it does not need
to establish a database connection every time a page is loaded.
persistant = continuously
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Why mongodb is faster than mysql?
How to write optimized query in mysql?
What is definer in mysql?
Can you tell a way to know the number of days between the two given dates in php?
What is prepare statement in mysql?
How many types of indexes are there in mysql?
Who developed mysql?
How to include numeric values in sql statements?
What is query design?
What is mysql workbench used for?
how to show all records starting with the letters 'sonia' and the phone number '9876543210' limit to records 1 through 5.
What is datadir?
How do I optimize a selected query in mysql?
Which datatype is used for email in mysql?
What are date and time intervals?