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
How do I restart mysql on windows?
What are triggers in mysql?
What are the differences between char and varchar?
If you wish to encrypt the username and password using php, how will you do that?
How does triggers work in mysql?
What is mysql_pconnect?
How do I download mysql on my laptop?
Why use stored procedures in mysql?
Why mongodb is faster than mysql?
What are the other commands to know the structure of a table using mysql commands except explain command?
What port is mysql running on?
What do ddl, dml, and dcl stand for?
What are the objects can be created using CREATE statement?
How do I run a query in mysql?
How do I flush privileges in mysql?