Добрый день.

Usually I run configure like this:
./configure  \
"--prefix=/usr/local/mysql_4" \
"--without-debug" \
"--with-charset=koi8_ru" \
"--with-extra-charset=koi8_ukr,win1251,win1251ukr" \
"--with-mysqld-user=XXXXX" \
--without-berkeley-db \
--without-isam \
--without-innodb \
--enable-thread-safe-client

because I need koi8 charset and etc...
And I don't have any problem

Andrey Kotrekhov <[EMAIL PROTECTED]> wrote:

Did you compile mysql from source or you use precompiled binary package?
I use mysql with different versions of FreeBSD without big problems.

On FreeBSD, you can compile MySQL from ports.

I have several MySQL and FreeBSD installs across a few different sites, and
I consistently have problems with mysqld. It will begin to eat up all of the
CPU and eventually become unresponsive (or the machine will just burn). I
can't seem to manually reproduce this, but given enough time a FreeBSD box
with mysqld will go down.

Running MySQL on FreeBSD requires some magic. One of the famous magicians is Jeremy Zawodny. Check his sacred MySQL-on-FreeBSD scriptures at http://jeremy.zawodny.com/blog/archives/cat_mysql.html

I hope you will find a revelation there. ;)





-- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com




-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Best regards. _______________________________________ Andrey Kotrekhov [EMAIL PROTECTED] ISP Alkar Teleport тел. +380 562 34-00-44
-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to