Hi, I'm getting
should i increase the max max_connections? Thanks asked 22 Feb '13, 15:57 Dan Meth |
It depends which server is reporting the issue. If it is the database server than you can not increase the setting for max connections on the shared server. Your choice would be to use caching or use a private database server. If the error is being generated by the web-server than there are various options based on which web-server/programming language you are using for the site. answered 22 Feb '13, 23:02 johns |