What is the difference between mysql_connect() and
mysql_pconnect()?
Answer Posted / jayapirakash
Mysql_connect()->we can colse the datedase
Mysql_pconnect()->we can't close the datadase
Mysql_conect()->opens the database every time page is load
Mysql_pconnect()->Need not to the every time page load
| Is This Answer Correct ? | 48 Yes | 11 No |
Post New Answer View All Answers
How do I fix a crashed mysql database?
How to run 'mysql' commands from a batch file?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
How to convert dates to character strings?
How can you retrieve a particular number of records from a table?
How to delete an existing column in a table?
Is mysql and sql are same?
Which software is used for mysql?
Does mysql need a server?
How to show all tables with 'mysql'?
How do I copy a table in mysql?
How do I start and stop mysql on windows?
How do I zip a file in mysql?
How many types of indexes are there in mysql?
How to use mysqldump to create a copy of the database?