What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / nishant patel
mysql_pconnect uses less resources, because it does not need
to establish a database connection every time a page is loaded.
persistant = continuously
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How to create a new view in mysql?
How do I create a mysql database?
What is difference between pdo and mysqli?
How do you rename a table in mysql?
How do I install and use mysql?
Create table employee (eno int(2),ename varchar(10)) ?
How do I find the database name in mysql?
How large can a mysql database become?
What does mysql workbench do?
How do you concatenate strings in mysql?
What is mysql community edition?
How do I grant privileges to a user in mysql phpmyadmin?
What is the difference between database and table?
What is the use of concat() in mysql?
What is insert query in mysql?