Here's what the guy said:
"We would allow you to have up to 10 databases. Each database can have multiple tables/entries/etc... You would be able to store your data in different databases, and most likely on different database servers. If you can split your site to access different databases for different things then yes, it should help with the connections errors you see."
They told me their settings are as follows:
Our max_connections is set to 200, however our max_user_connections
is set to 20. As long as your are properly closing your connections
this should not be a problem. Our wait_timeout is 600.
I think I will still go with them. My current web hosting company must have something configured wrong on their MySQL server as I don't think I should be receiving so many "Too many connections" error messages.
Any problem with their settings?
Thanks for the information.