I\'m starter.
I want to know what will happen if we don\'t close the MySQL connection.
1- Is it possible to open more than one database if we don\'t close th
Once you connect to the database it is not necessary to close. As non-persistent connection automatically closed at the end of script execution.
Follow this for more information