RE: MySQL 3.23.38 released

2001-05-16 Thread Vibol Hou
You'll have to force rpm to install that. Chances are, you won't be able to find the required package unless you build it yourself. Read the rpm man pages. If you don't have Perl DBI installed, cpan.org. You'll likely need the MySQL DBD also, again, cpan.org. -- Vibol

RE: Can someone post up their FreeBSD .cnf file ?

2001-05-15 Thread Vibol Hou
Look in /usr/local/share. -- Vibol Hou KhmerConnection, http://khmer.cc "Connecting Cambodian Minds, Art, and Culture" -Original Message- From: S A [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 6:06 PM To: List MySQL Subject: Can someone post up their FreeBSD .cnf fi

RE: FreeBSD 4.2 vs. Linux query speeds ?

2001-05-15 Thread Vibol Hou
FreeBSD does not have as mature an implementation of threads as Linux has. If you're looking to run a db server, use Linux or Solaris. As for query times going up, which OS are you having that problem on? -- Vibol Hou KhmerConnection http://khmer.cc -Original Message- From: S A [m

RE: Error 1049 - Unknown database...

2001-05-14 Thread Vibol Hou
rmore, if it is a SQL error, then MySQL would likely return an error that indicates a SQL error rather than an Unknown database error. Thanks, -- Vibol Hou KhmerConnection http://khmer.cc -Original Message- From: Vibol Hou [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 4:54 PM To:

Error 1049 - Unknown database...

2001-05-14 Thread Vibol Hou
un against the database indicate the above error 2-3 times a minute. I've experienced this with 3.23.32 as well and upgraded to 3.23.37. Does anyone experienced with MySQL internals know what's going on? -- Vibol Hou KhmerConnec

RE: slow threads on linux

2001-05-10 Thread Vibol Hou
of what's happening can help me see what type of problems you're having. What type of queries are you running? (examples?) How many queries per second are you handling? (mysqladmin stat) An output of mysqladmin ext after a good amount of usage can help. -- Vibol Hou KhmerConnec

RE: mySQL Hangs with Status 'D'

2001-05-01 Thread Vibol Hou
Upgrade to 2.4.4. 2.4.3 had some rwsem issues. -- Vibol Hou KhmerConnection http://khmer.cc -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 2:20 PM To: mySQL List Subject: mySQL Hangs with Status 'D' I have been having repeate

Re: Unexplained high-loads on FreeBSD

2001-01-21 Thread Vibol Hou
Hi, I've read from the FreeBSD SMP kernel developer's list that the FreeBSD threads implementation is not as mature as Linux is. Even then, either OS' thread implementations are not as mature as commercially available systems. It was suggested that Solaris be used for mysql.