i was checking my website, i got this message "Warning: MySQL Connection Failed: Too many connections in /home/sites/site3/web/dir on line 64 "
Why is that ? How can i prevent that from happening again?
Thanks in advance.
Why is that: because there are too many scripts trying to connect to the database.
How can I prevent that: decrease the number database connections that the scripts make, or increase the number of connection that the database server accepts.