Re: MySQL 4.0.12 proftpd 1.2.8

2003-06-02 Thread Chris Knipe
> Jun 02 08:07:17 mod_sql/4.10[1108]: message: 'Unknown column 'password' in > 'field list'' > > mysql> SELECT * FROM users WHERE userid = "test" > -> ; > ++-+--+--+-+--+---+- ---+-+---+--+-

Re: MySQL 4.0.12 / UPDATE using 2 tables / ERROR 1114: The table is full

2003-04-04 Thread Gerrit Hannaert
It seems this issue will be fixed in 4.0.13, I filed a bug and it was closed with this report: Sinisa Milivojevic: Yes, this is a known problem. It is already fixed in 4.0.13, which will come out this month. This is a patch: = sql/sql_update.cc 1.79 vs 1.80 = *** /tmp/sql_update.cc-1.79

Re: MySQL 4.0.12 -max-nt Error 1148: Used command is not allowed with this MySQL Version

2003-04-02 Thread Martin Gainty
Try sqlimport (it is in the bin directory) Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 4:33 PM Subject: MySQL 4.0.12 -max-nt Error 1148: Used command is not allowed with this MySQL Version > I am trying to load a table from

re: MySQL 4.0.12 bug?

2003-03-21 Thread Victoria Reznichenko
On Friday 21 March 2003 11:13, Filip Rachunek wrote: > I have this problem with MySQL 4.0.12. When I run the following SQL query, > I get this result: > > mysql> select last_move_date_time, days_per_move, > (unix_timestamp(last_move_date > _time) + 7 * 24 * 60 * 60 - 1048188722) as time_left from t

Re: MySQL 4.0.12

2003-03-19 Thread Paul DuBois
At 19:38 -0500 3/19/03, Stephen Tiano wrote: Re: this latest version of MySQL. Has anyone installed a production version of MySQL 4 on the Macintosh platform yet? Anything significant to report? Advice not to do it yet? You can't use BDB tables. Thank you. Steve Tiano -- Paul DuBois http://ww

Re: MySQL 4.0.12

2003-03-19 Thread Stephen Tiano
Re: this latest version of MySQL. Has anyone installed a production version of MySQL 4 on the Macintosh platform yet? Anything significant to report? Advice not to do it yet? Thank you. Steve Tiano - Before posting, please che