jaysondotph Posted May 30, 2014 Share Posted May 30, 2014 why my shop always get this message : Link to database cannot be established: SQLSTATE[HY000] [1203] User octagon_root already has more than 'max_user_connections' active connections. what should i do or should i need to update? below is my settings.inc.php define('_DB_SERVER_', 'localhost'); define('_DB_NAME_', 'o**********s'); define('_DB_USER_', 'octagon_root'); define('_DB_PASSWD_', 't*********6'); define('_DB_PREFIX_', 'ocs_'); define('_MYSQL_ENGINE_', 'InnoDB'); define('_PS_CACHING_SYSTEM_', 'CacheMemcache'); define('_PS_CACHE_ENABLED_', '0'); define('_MEDIA_SERVER_1_', ''); define('_MEDIA_SERVER_2_', ''); define('_MEDIA_SERVER_3_', ''); define('_COOKIE_KEY_', 'KEXigFYIeYeBISswUQCsZYQC4dA34Zvv0AvpTBF1GGA7js4oErrk9j2K'); define('_COOKIE_IV_', 'dJT0baW5'); define('_PS_CREATION_DATE_', '2014-05-07'); define('_PS_VERSION_', '1.6.0.6'); define('_RIJNDAEL_KEY_', 'USNF4QA6fYpCNyKZU6pCiqguyR1KozFf'); define('_RIJNDAEL_IV_', 'revzoOu9MTPYTLHnfr89pQ=='); Link to comment Share on other sites More sharing options...
NemoPS Posted May 30, 2014 Share Posted May 30, 2014 This related to the mysql service available resources. Do you have any access to your server? If so, you have to increase the max user connections there, otherwise ask your hosting provider Link to comment Share on other sites More sharing options...
shillo Posted October 11, 2014 Share Posted October 11, 2014 Dear Nemo, i'm experiencing the same problem. What value of max user connections do you think is good for my site? I own a dedicated server and provider set me to 150. Are there any persistent call in prestashop code, maybe in backoffice? I'm experiencing this error when i work a lot on BO. Thanks in advance Dave Link to comment Share on other sites More sharing options...
NemoPS Posted October 13, 2014 Share Posted October 13, 2014 Well there is no standard optimal value, just enough to bear all your connections You need to test it and see which value can be optimal Link to comment Share on other sites More sharing options...
Recommended Posts