My server crashed today after a runaway process. My ISP’s support people seem to think it was caused by MINT.
Server is back up but we are now getting this error:
Mint was unable to connect to the database. Please make sure that the correct values have been added to /config/db.php.
MySQL Error: User twoway_1 already has more than ‘max_user_connections’ active connections. (1203)
The config files shows:
'server' => 'localhost',
'username' => 'twoway_1',
'password' => 'MYPASSWORDHERE',
'database' => 'twoway_Mint',
'tblPrefix' => 'mint_'
Max connections is set to 50. PHP & MySQL appear to be working correctly elsewhere on the site.
Not sure what we should do next.