Answers for "what is mysql_pconnect"

SQL
0

what is mysql_pconnect

Mysql_pconnect:

1. In Mysql_pconnect, "p" stands for persistent connection so it opens the persistent connection.
2. The database connection cannot be closed.
3. It is more useful if your site has more traffic because there is no need to open and close connection frequently and every time when page is loaded.

/*
I hope it will help you.
Namaste
Stay Home Stay Safe
*/
Posted by: Guest on May-21-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language