strange difference between a != b and (a < b OR a > b)

2003-11-20 Thread bas
>Description: a simple select on a large table does not use an indexed column when the WHERE clause uses a != b The same query using as WHERE a < b OR a > b (which of course does the same) *does* use an index. >How-To-Repeat: mysql < 1; *** actually same query, index on numbe

A dash in user or host confuses the grant statement

2002-04-25 Thread bas
>Description: the character '-' in username or hostname is not accepted by the GRANT sql statement. >How-To-Repeat: grant all on *.* to [EMAIL PROTECTED]; >Fix: don't use dashes, fixing the SQL parser. >Submitter-Id: >Originator:Bas

import fails when lines are too long

2001-10-22 Thread bas
>Description: a mysql -p db < file.sql fails when sql contains TEXT fields that are long >How-To-Repeat: create table with text column,fill it with text, mysqldump this table into file.sql mysql -p db < file.sql >Fix: linewrapping the mysqldump file is a workaroun

to many connections

2003-08-01 Thread tuncay bas
reason to "to many connections" -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

random record

2003-09-15 Thread tuncay bas
hi, why its mysql database over random record use?

random record

2003-09-15 Thread tuncay bas
hi, why its mysql database over random record use?

random data

2003-09-15 Thread tuncay bas
excuse me have can I get from mysql database random 6 data item?

help me please with mysqlgui

2002-07-04 Thread Bas Mooyman
l me how I can solve this and/or where I can find documentation on MySQLGui Kind regards, Bas Mooyman - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (t

odbc on mandrake linux

2002-07-05 Thread Bas Mooyman
Hi all, I am trying to couple Openoffice.org to MySQL using ODBC. Does anybody have an odbc driver functioning on a mandrake 8.2 linux machine? If so please tell me how to do it. Kind regards, Bas Mooyman. - Before

MySQL crashes after an update statement

2002-10-18 Thread bas . vanritbergen
AND ICA_1_SplitInter.I1_Proc_Dt is null; This is wierd since it not such a complex SQL after all... >How-To-Repeat: Resumbit the SQL above >Fix: Not found a workaround yet... >Submitter-Id: Bas van Ritbergen >Originator:Super-User >Organization: O2 the Netherlands

Stepping back in time: copying data from 4.0.20 to 4.0.17, ok?

2005-03-30 Thread Bas A. Schulte
work and will 4.0.17 be able to read the 4.0.20 generated data files without problems? I'd love to upgrade the 4.0.17 server but it's running another database that really can't go offline. Thanks in advance, Bas. -- MySQL General Mailing List For list archives: http://list

Re: [PHP] Re: Returning html code-PROB SOLVED

2001-12-17 Thread Bas van Rooijen
except there's no need to stripslashes(), in fact it could even break things.. unless you have magic_quotes_runtime enabled (default is off in the latest php) bvr. On Mon, 17 Dec 2001 16:33:24 -0700, Kevin Stone wrote: >Ahh.. I was about to reply but nevermind. The two functions you're talk