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
What are the types of index?
What is a tinyint in mysql?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
Explain the difference between delete and truncate.
Why do we use views instead of tables?
What are mysql functions?
Is mysql same as sql?
How to delete an existing column in a table?
Why we use mysql workbench?
How to insert dynamic values in mysql using php?
How many rows mysql can handle?
What are the different mysql database engines?
Can we use mysql and mysqli together?
How to enter boolean values in sql statements?
What are the different data types in mysql?