What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / jayapirakash
Mysql_connect()->we can colse the datedase
Mysql_pconnect()->we can't close the datadase
Mysql_conect()->opens the database every time page is load
Mysql_pconnect()->Need not to the every time page load
| Is This Answer Correct ? | 48 Yes | 11 No |
Post New Answer View All Answers
How does triggers work in mysql?
what is a cursor? : Mysql dba
How can an index be declared in mysql?
Explain the difference between procedure and function in mysql?
How to make a column bigger and delete unique from table.
How to Join tables on common columns.
What are the technical specifications of mysql?
How can you export the table as an xml file in mysql?
Is mysql a free database?
What is mysql default database?
How to load data files into tables with 'mysqlimport'?
Is mysql still popular?
Is mysql easy to learn?
What is the difference between mysql_connect and mysqli_connect?
What is a csv table?