If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
Version 7.0.9 generating SQLSTATE[HY000] [1203] error
Version 7.0.9 generating SQLSTATE[HY000] [1203] error
Hi,
We recently migrated to Version 7.0.9 under php 7.4 and mariadb 10.3.x. Everything was fine but now we are the SQLSTATE[HY000] [1203] error and the app is so slow and timeout frequently. See the attachment for the log entries. We need help urgently as we are DB experts.
You have to configure more connections on your database config file on the server.
If you don't have this access, ask the support to do it or change for a hosting company with more connections allowed.
We had to up our max_connections to 520. We have some partners that use the API User to push/put data in the system. This increased our user count dramatically.
Hi lazovic and bradaks thank you so much for the assistance you have given. Like bradaks we increased ours to 600 and all is fine now. Lets close this topic and mark it as resolved.
We increased the max connections to 600 and we get max-connection limit error occasionally. We set the limit to 1000. Hopefully this works well. At the same time, we are getting the DBA to review the reason why we are hitting so many connections.
Comment