I am running pretty often into the MySQL max_user_connections
limitation.
Probably after a deploy when I try to run some kind of command like rake db:migrate
or trying to access the console.
I understand the limitation and that it might be better to upgrade to a paid plan... but at the same time I was running into this when I try to initial deploy the Rails application.
is there anything I can do to prevent it?
Mysql2::Error: User 'xxxxxx' has exceeded the 'max_user_connections' resource (current value: 2)