On my server I have 7 databases. Our server has 512 MB of RAM which I'm getting upgraded this evening to 2GB and has a 2.4 single processor.
I've gotten an error about the connection limit exceeded. With increasing my RAM, is it ok to increase the number of connections? Currently it's set to 200 but a single page may connect to 3-4 databases considering JOINs and things.
We've setup so many databases for mere organization. We have a total of about 250-300 tables in all of the databases.
Any advice would be appreciated :)
Update
Turns out, I have a lot more connections than I thought....
With 2GB RAM and a 2.4 single core, is 50 user connections accurate or should I increase that?
[mysqld] safe-show-database skip-locking safe-show-database interactive_timeout=30 wait_timeout=30 connect_timeout=10 max_user_connections=50 max_connections=1000 key_buffer=64M join_buffer=2M record_buffer=2M sort_buffer=4M max_allowed_packet=24M query_cache_limit = 2M query_cache_size = 64M query_cache_type = 1 tmp_table_size=128M table_cache=2048 thread_cache=256 thread_concurrency=1