CodeIgniter : Resolve “MySQL Too Many Connection Errors”
In this tutorial we are going to see “How one can solve too many connection problem in mysql using CodeIgniter”. This error usually occurs if your scripts open persistent connections, which aren’t closed even if the script terminates, this means that all available connections are in use by other clients. Now Exactly what are persistent connections..?? Persistent …
Continue reading “CodeIgniter : Resolve “MySQL Too Many Connection Errors””