Max connections on Freebsd

2001-04-29 Thread Patric de Waha Lists
Hi, Is there someone who incremented the max_connection value to something above 100 (200) (300) on Freebsd 4.2? I had problems with mysql on freebsd 4.0, hooked up after some days without any good reason :). Some people told me thread libraries on

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
Hi, Mysql ran for 6 days.. It is a website with heavy traffic. /usr/libexec/ld-elf.so.1: /usr/local/libexec/mysqld: Undefined symbol strtoull 010423 23:18:08 mysqld restarted /usr/local/libexec/mysqld: ready for connections What is this function