Mysql returns me an error of Max_connections, wht to do?
This error is due to the fact that you have to use too many simultaneous connections on the same database. (5 connections). If you have a lot of traffic, it is best to open the SQL connection only when you use it then close it (mysql_close ()). This reduces the connection time.
SHOW ALL