Question - How to make connections persistent in MySQL?
Answer -
While making a connection request, if Mysql_pconnect is used rather than mysql_connect, then it can make the connection persistent. Here āpā means persistent. The database connection is not closed every time.