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 do I clear the command in mysql?
How do I connect to mysql database?
What is datatype in mysql?
How do I optimize a selected query in mysql?
What do I do if I forgot my mysql root password?
How many rows can a mysql table hold?
What are the limitations of mysql?
What are the differences between char and varchar data types?
How do I setup a mysql database?
What is unique key in mysql?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
How do I enable mysqli extension?
What is the full form of mysql?
Create table employee (eno int(2),ename varchar(10)) ?
Explain what is mysql?