What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / pramod kumar
1. mysql_pconnect() creates the persistent connection,mysql_connect not create persistent connection to the database.
2. mysql_connect() connection automatically disconnected after execute the code but mysql_pconnect() not.
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Is mysql case-sensitive?
What is acid in mysql?
Does facebook still use mysql?
What is the limit of mysql database?
What is a scalar function?
Is Mysql query is case sensitive?
What are the indexes in mysql?
What is regexp?
What is ddl, dml, and dcl?
What is delimiter in mysql trigger?
List some comparisons operators used in mysql?
How can you create and drop view in mysql?
Why to use char instead of varchar in the database?
What are all the Common SQL Function?
How to declare variable in mysql trigger?