At 13:41 -0500 7/7/04, Robert Canary wrote:
Gee, how about just a little more coffee... ;-)
I meant, {long version}...
It could be the radius error is reflecting its failure to connect to
the database because the database has no connections available. I
found the max_connection variable (default
Gee, how about just a little more coffee... ;-)
I meant, {long version}...
It could be the radius error is reflecting its
failure to connect to the database because the
database has no connections available. I found
the max_connection variable (default is 90) and
applied it to the safe_mysqld
Robert Canary <[EMAIL PROTECTED]> wrote:
> I am getting an error on my radius server asking
> me to increase the number of sockets on mysql.
Probably you mean connections. Enlarge the value of max_connections variable.
You can write it in the /etc/my.cnf in [mysqld] section:
[mysqld]
max_conne
At 22:09 -0500 7/6/04, Robert Canary wrote:
I am getting an error on my radius server asking me to increase the
number of sockets on mysql.
What kind of socket? TCP/IP socket? Unix domain socket file?
Either way, that sounds like an odd message. The server listens to
a single TCP/IP port and a si