Max connections on Freebsd

2001-04-29 Thread Patric de Waha Lists
on freebsd 4.0 suck a bit. So I wonder if 4.2's thread libraries are stable enough to handle 200 concurrent threads?!. Thanks in advance Regards, Patric de Waha - Before posting, please check

RE: Strange connect (socket) problem

2001-04-26 Thread Patric de Waha Lists
HI, Try this ? $host = localhost:/var/mysql/mysql.sock; // focus here $user = webrings; $password = XXX; $link = MYSQL_CONNECT($host,$user,$password); if ($link == 0) { echo Can't connect to MySQL.; exit; } else { echo Connection

MySQL CRASHED after some days with this message in errlog:

2001-04-23 Thread Patric de Waha Lists
about? What feature shouldn't I use to avoid this problem? Thanks in advance Regards, Patric de Waha - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com

Mysql makes connection to mysql.com WASSUP?

2001-03-27 Thread Patric de waha
Hi, I entered netstat and saw among other conections this one: tcp4 0 0 deepthroat.3179 web.mysql.com.auth TIME_WAIT Deepthroat is my bsd machine. it's a pure webserver. Why is my machine making a connection to mysql.com?(and why auth)

Mysql makes connection to mysql.com WASSUP?

2001-03-26 Thread Patric de waha
Hi, I entered netstat and saw among other conections this one: tcp4 0 0 deepthroat.3179 web.mysql.com.auth TIME_WAIT Deepthroat is my bsd machine. it's a pure webserver. Why is my machine making a connection to mysql.com?(and why auth)