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
How do I run mysql without installing?
How show all tables in mysql query?
What is the password of mysql?
How to shutdown mysql server?
How does mysql clustering work?
What is data type for image in mysql?
How to drop an existing view in mysql?
What is dump in mysql?
using primary can we relate two table, with out foreign key?
What happens when the column is set to AUTO INCREMENT and if you reach maximum value in the table?
What is a trigger? How you can create a trigger in mysql?
How many rows we can insert in a mysql table?
How large can a mysql table be?
What is myisamchk?
What is the default port number of mysql?