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 does mysql store binary data?
What can I do with mysql?
How do I update a variable in mysql?
What is mysqladmin flush hosts?
Why do we use preparedstatement?
Where the database is stored in mysql?
I want to insert userid of a customer,order time,etc in a table called ordermaster with orderid as primary key.Same time the product codes and required quantities (a1,2 and a2 4 and so on)inserted in another table orderdetails with same orderid reference.How the code will be in JSP using MySQL?
In how many ways we can retrieve the data in the result set of MySQL using PHP? What is the difference between mysql_fetch_object and mysql_fetch_array ?
Does mysql use t sql?
Is sqlite faster than mysql?
How can I remotely connect to mysql database?
What does a TIMESTAMP do on UPDATE CURRENT_TIMESTAMP data type?
How many types of indexes are there in mysql?
what is constraints? Also explain the different types of constraints?
Describe mysql transaction properties.