hello i have gotten the error too much mysql connections, i have increased it to 1024 connection, after a few weeks it returned. whats the maximum number of connection can i set it too? whats recommended? thank u
I suppose the might be some limit, but in reality you would max out the CPU first before reaching that limit why not to check why you have 1024 connections - do you have 1024 visitors simultaneously or you may have some scripts hanging?
you using myisam for table storage? if yes I have a bad news for you 1024 is tooooooo much anyway normally not more 100 myisam lock all table while update/insert or run select with join take a look on php/apache settings like timeouts