Re: Increasing number of sockets

2004-07-07 Thread Egor Egorov
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

Re: Increasing number of sockets

2004-07-07 Thread Robert Canary
, I'm unable to parse those sentences... TCP/IP of course Paul DuBois wrote: 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

Re: Increasing number of sockets

2004-07-07 Thread Paul DuBois
, 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 single Unix socket file

Increasing number of sockets

2004-07-06 Thread Robert Canary
I am getting an error on my radius server asking me to increase the number of sockets on mysql. I'm looking the man pages for safe_mysqld and mysql but I don't see anything that offers to provision this. How does increase the number of sockets on the mysql? thanks in advance -- robert

Re: Increasing number of sockets

2004-07-06 Thread Paul DuBois
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

Number of sockets

2001-09-22 Thread Thomas Jalsovsky
Hello, how can I set the maximum number of sockets to the database? I didn't find anything for this in my.cnf files and in the MySQL manual. Thanks, Thomas p.s.: mysql-3.23.41 - Before posting, please