What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / jyotisankar pradhan
mysql_connect open a new connection to the database
but mysql_pconnect open a persistant connection to the database
| Is This Answer Correct ? | 80 Yes | 11 No |
Post New Answer View All Answers
How internally data stores in MyISAM and INNODB table types?
How do I select a database in mysql workbench?
What are the features of mysql?
Why do we use the mysql database server?
How do you kill a long running query in mysql?
What is join in mysql? What are the different types of join?
What is row level locking in access?
How many groups of data types?
How do I show users in mysql?
What are the two types of queries?
How does mysql store binary data?
What is blob and text in mysql?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
What is heap table in mysql?
How to Change a users password from unix shell.