Lost connection to MySQL server during query

2001-03-13 Thread wxd
My OS is BSDI 4.1, and mysql server is 3.23.33 There happened a strange thing when I use mysql client to connect server over network. The first time it's normal.the second times it return an error "Lost connection to MySQL server during query" when I connect server subsequently. The third t

Re: Can mysql read from Informix

2001-03-13 Thread MArk Williams
This is not what I meant. I have a mysql DB running. I have a remote informix DB running. I have DBI/DBD informix/mysql all setup and working. I can access the remote informix database through perl scripts. BUT what I want is my scripts to ONLY access the mysql DB, but to somehow get the mysql DB

Re: Need help optimizing this (simple) query

2001-03-13 Thread Jordan Russell
Hi, > Ok, I'm out of ideas. The additional index should have sped things up, not > slowed them down. I've got some tables with 26,000 rows in it and I do 4 > joins (using a WHERE clause) with smaller tables without a hitch. > > Sorry I can't help. But thanks a lot for trying. :) And thanks als

Re: Can mysql read from Informix

2001-03-13 Thread Jan Dvorak
Yes, either that or plain text files that Informix dumps and MySQL reads in. Jan Curtis Maurand wrote: > > Perl DBI with the Mysql and the Informix drivers installed. > > Curtis > > - Original Message - > From: "MArk Williams" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Mond

MySQL--Install

2001-03-13 Thread Deependra B. Tandukar
Greetings! I am trying to compile MySQL in RedHat 6.0. what I did are: tar -xvzf mysql-3.23.33.tar.gz cd mysql-3.23.33 ./configure --prefix=/usr/local/mysql then it startx to work and inerrupt and says testing gcc working: no configure: error: installation or configure problem: c compiler can not

Can't gunzip install package

2001-03-13 Thread Owen . Chen
Dear all, I have downloaded the package mysql-3.23.34-pc-linux-gnu-i686.tar.gz from www.mysql.com,but I can't gunzip it on linux , the following is error message: [test@linux owen]$ gunzip -c mysql-3.23.34-pc-linux-gnu-i686.tar.gz|tar -xvf - mysql-3.23.34-pc-linux-gnu-i686/ mysql-3.23.34-p

Re[2]: Innobase in MySQL

2001-03-13 Thread Peter Zaitsev
Hello Heikki, Tuesday, March 13, 2001, 1:31:04 AM, you wrote: HT> Joshua, >>I hope you can also use MySQL dump, in which case, you don't have to shut >>down, right? HT> yes, you can use mysqldump without shutting down. It did not come to my HT> mind that actually mysqldump is a kind of online

<    1   2