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
Does uninstalling mysql delete database?
What is procedural api?
How to drop an existing table in mysql?
What is difference between mysql and mysql server?
What is max connection in mysql?
What is the default port for MySQL Server?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
What is blob and text in mysql?
How to update database permissions/privilages.
What is int mysql?
How to enter binary numbers in sql statements?
How do you rename a procedure in mysql?
write a command to view the content of the table
Write a command to list all databases in mysql?
What are the steps involved in query processing?