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 start mysql server?
How do I start mysql manually?
Explain the difference between mysql and mysql interfaces in php?
What language is mysql written in?
Explain Access Control Lists.
Is mysql a dbms?
1.how to fetch a value and Execute store procudure in mysql(INNODB) using phpMyAdmin? 2.can i wright a package in mysql database(INNODB)?
How do I grant privileges to a user in mysql phpmyadmin?
What is 'mysqld'?
How to convert character strings to numeric values?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
What tools available for managing mysql server?
How do I find mysql location?
What is row level locking in mysql?
How to convert numeric values to character strings?