What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / jayapirakash
Mysql_connect()->we can colse the datedase
Mysql_pconnect()->we can't close the datadase
Mysql_conect()->opens the database every time page is load
Mysql_pconnect()->Need not to the every time page load
| Is This Answer Correct ? | 48 Yes | 11 No |
Post New Answer View All Answers
What is schema in mysql?
How can we run batch mode in mysql?
What is database engine in mysql?
What is the use of mysql_fetch_array () function in php?
What is row level locking in mysql?
Why should I learn mysql?
How do I connect to mysql database?
What is innodb_buffer_pool_size?
How do I show users in mysql?
How many concurrent queries can mysql handle?
What is current version of mysql?
How do I change mysql password?
How to concatenate two character strings?
List data types in mysql? Explain
What are the other commands to know the structure of a table using mysql commands except explain command?