> 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...

Reply via email to