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
How triggers can be used in mysql?
How to represent ENUMs and SETs internally?
How we get sum of column.
Is mysql owned by oracle?
Is mysql and sql are same?
What is mysql uuid?
What is mysql sleep process?
write a command to view the content of the table
what is the difference between between and in operators in mysql?
how to add a new column to an existing table?
How do I find mysql database?
How do I switch users in mysql?
What is difference between statement and preparedstatement?
Write a query to find duplicate rows in table?
How to delete a database from mysql server.