what is mysql pconnect

Solutions on MaxInterview for what is mysql pconnect by the best coders in the world

showing results for - "what is mysql pconnect"
Emilia
07 Mar 2016
1Mysql_pconnect:
2
31. In Mysql_pconnect, "p" stands for persistent connection so it opens the persistent connection.
42. The database connection cannot be closed.
53. 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.
6
7/*
8I hope it will help you.
9Namaste
10Stay Home Stay Safe
11*/