Re: Mysqld DNS lookup causes crash

2002-10-12 Thread Andrius Armonas
we had the same problem. We had mysql and BIND running on single server. Upgrading BIND helped to solve this problem. .:: Andrius Armonas ::. .:: [EMAIL PROTECTED] ::. .:: http://baubas.andrius.org ::. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Se

MySQL++ (?) bug

2002-04-08 Thread Andrius Armonas
ULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000 write(1, "Can\'t connect to local M"..., 93) = 93 munmap(0x40016000, 4096)= 0 _exit(0)= ? I don't get where is the problem, because it crashes only on the

Re: Best Operating System

2001-07-29 Thread Andrius Armonas
run a database server Red Hat, SuSE, Debain are the same linux os :) If you want to have support for that card, just download kernel 2.4, compile and install it. There is no need to upgrade whole distribution (only some packages). .:: Andrius Armonas ::. .:: [EMAIL PROTECTED] ::. .:: http

delete & sub-selects

2001-07-20 Thread Andrius Armonas
hello, I'm running mysql 3.23.39. Could anybody explain me how to do this in mysql (without sub-selects): delete from IP where id in ( select id from USERS where MK='0032' ) Thanks. .:: Andrius Armonas ::. .:: [EMAIL PROTECTED] ::. .:: http://bau

Re: Simple problem compiling example program Simple1.cc under Linux

2001-07-17 Thread Andrius Armonas
ing wrong? PLEASE any ideas!! You should read README after you extract mysql++ :o) If you want to compile mysql++ libraries and examples do in your mysql++-1.7.9 directory: automake autoconf ./configure make make install Bye, .:: Andrius Armonas ::. .:: [EMAIL PR