Re: mysqld: Error in accept: Bad file descriptor

2008-01-28 Thread Takumitsu Itoh
 Did you follow /usr/local/share/doc/mysql/README.OpenBSD?

I Couldn't find this file in the path in the system. 
Is it installed from building that using port system?

http://fixunix.com/bsd/87683-openbsd-mysql.html
I found this site from your hint, so added configuration below.


(login.conf)
mysql:\
:datasize=infinity:\
:maxproc=infinity:\
:openfiles-cur=10240:\
:openfiles-max=16384:\
:stacksize-cur=8M:\
:localcipher=blowfish,8:\
:tc=default:


(my.cnf)
open_files = 6048
innodb_open_files = 2048
open_files_limit = 8192


(_mysql user)
_mysql user's login class changed to mysql.

But now crash... do you have any ideas...



Re: mysqld: Error in accept: Bad file descriptor

2008-01-28 Thread Takumitsu Itoh
 Did you follow /usr/local/share/doc/mysql/README.OpenBSD?

I Couldn't find this file in the path in the system. 
Is it installed from building that using port system?

http://fixunix.com/bsd/87683-openbsd-mysql.html
I found this site from your hint, so added configuration below.


(login.conf)
mysql:\
:datasize=infinity:\
:maxproc=infinity:\
:openfiles-cur=10240:\
:openfiles-max=16384:\
:stacksize-cur=8M:\
:localcipher=blowfish,8:\
:tc=default:


(my.cnf)
open_files = 6048
innodb_open_files = 2048
open_files_limit = 8192


(_mysql user)
_mysql user's login class changed to mysql.

But now crash ... moo...



Re: mysqld: Error in accept: Bad file descriptor

2008-01-26 Thread Stuart Henderson
On 2008/01/26 19:59, Takumitsu Itoh wrote:
 I'm trying mysql installation, but mysqld crash during two hours from one
 hour. Do you have any hint and ideas?

Did you follow /usr/local/share/doc/mysql/README.OpenBSD?