ok so I am getting the "too many connections" deal with my sites... I know this is because there is a current mysql limit of connections. I am currently on a dedicated server can anyone tell me how I get rid of these connection limits or how I increase them? Thanks
You can edit the file my.cnf and change the value of MAX_CONNECTIONS Open the file my.cnf, find the line containing the variable MAX_CONNECTIONS and increase it say: set-variable = max_connections=500 You may have to restart mysql after this. It is always a good idea to make a backup copy of your original my.cnf file, just in case.