Page 1 of 1

MySQL connect ERROR: Too many connections

PostPosted: Tue Mar 02, 2021 9:25 am
by iboam
Im having this error by second time, i had to reinstall everything the first time ...

Re: MySQL connect ERROR: Too many connections

PostPosted: Wed Mar 03, 2021 12:05 pm
by carpenox
need some more info to help you debug this, like the error logs from mysql

Re: MySQL connect ERROR: Too many connections

PostPosted: Wed Apr 02, 2025 11:20 am
by williamconley
If the dispo url is a dead link, vicidial will wait forever for a response (or at least for a very long time?). There is a sql connection open for each attempt.

Other places to look:

Code: Select all
grep 'connections' /etc/my.cnf; mysql -e "show status like '%onn%'"; mysql -e "show status like '%Threads%'";