AW: EMS MySQL Manager for Linux 1.15 released!

2003-03-19 Thread Rusch (ext) Reiner
of Siemens and and wouldn't be a difference. Regards, Reiner -Ursprungliche Nachricht- Von: EMS HiTech Team [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 18. Marz 2003 16:31 An: [EMAIL PROTECTED] Cc: Rusch (ext) Reiner Betreff: Re: EMS MySQL Manager for Linux 1.15 released! Hello All

AW: EMS MySQL Manager for Linux 1.15 released!

2003-03-17 Thread Rusch (ext) Reiner
Hi, is anyone interested in commercial use/spam of this list? If not, I would prefer to throw them out of the list. Regards, Reiner -Ursprungliche Nachricht- Von: EMS HiTech Team [mailto:[EMAIL PROTECTED] Gesendet: Montag, 17. Marz 2003 17:05 An: [EMAIL PROTECTED] Betreff: EMS

AW: Large resultset

2003-03-11 Thread Rusch (ext) Reiner
Hi, why don't you try to solve the problem with ordinary sql-selects. You can take select . limit regards Reiner -Ursprüngliche Nachricht- Von: Roland Carlsson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. März 2003 12:54 An: [EMAIL PROTECTED] Betreff: Large resultset

mix soundex and fulltext

2003-03-04 Thread Rusch (ext) Reiner
Hi, as MySQL doesn't seems to support a direct access to the fulltext index tables I wonder how or if it's possible to mix a soundex-fulltext-mixed-mode selection. So my actual selection is like: select data,match(data) against ('$query' in boolean mode) as score from TABLE where match(data)

Hit on Reg.Expression like in Perl

2003-03-03 Thread Rusch (ext) Reiner
Hi, I wonder if something like in perl is possible: data in rows: 1) a12345xb54321x 2) b54321xa12333x I want to extract b(number) and store into another table. In perl this would work with pattern matching (reg.expressions) like: $data =~ s/.*?b(.*?)x.*?/$1/; $data_b = $1; so,

InnoDB

2003-02-19 Thread Rusch (ext) Reiner
Hi, I have one question about InnoDB-tables especial the filesize of all tables. In the past I took MyISAM but found out, some things in InnoDB make the system more stable. But I want to get more free space. In MyISAM the space grows automatically, but not in InnoDB by default. In my /etc/my.cnf

AW: InnoDB

2003-02-19 Thread Rusch (ext) Reiner
, Rusch (ext) Reiner wrote: I have one question about InnoDB-tables especial the filesize of all tables. In the past I took MyISAM but found out, some things in InnoDB make the system more stable. But I want to get more free space. In MyISAM the space grows automatically

AW: InterBase vs. Mysql

2003-02-18 Thread Rusch (ext) Reiner
Hi Maciej, I don't know much about Interbase, but MySQL is for some cases a very good choice! Some database engineers would say MySQL isn't a database because it has no transactions by know (in a stable version). But think about, if you really need this!!! In versions 4.x (coming soon in a stable

AW: InterBase vs. Mysql

2003-02-18 Thread Rusch (ext) Reiner
Hi Ben, hi Maciej, the only arguments you can get in favour of mysql is that it's free, Free??? Bollocks. you're right! It's NOT free. Just for personal use there're no costs. I program for a small company producing commercial programs. We have found: MySQL Licence will

AW: AW: InterBase vs. Mysql

2003-02-18 Thread Rusch (ext) Reiner
Hi Ben, Some database engineers would say MySQL isn't a database because it has no transactions by know (in a stable version). But think about, if you really need this!!! Very much so! With dependent foreign key constraints that are being developed by MySQL, you have to use

AW: InterBase vs. Mysql

2003-02-18 Thread Rusch (ext) Reiner
Hi Ben, I'm not sure what you really want to sell. If you have to take a license from MySQL because of a commercial use, you just have to take ONE license. Correct me, if I'm wrong! If you want to sell your programs etc. which uses MySQL then see it in another way: Firstly MySQL isn't very

AW: AW: InterBase vs. Mysql

2003-02-18 Thread Rusch (ext) Reiner
Hi Ben, I feal I am digging my self a grave here, so this will be about my last ever posting... Either that or your mailing administrator will start bouncing my mail I don't think so. You said nothing bad! Just talking about things which perhaps could be better or discuss that would

AW: apostrophe and comma error on submit

2003-02-07 Thread Rusch (ext) Reiner
Hi, Does anyone know about an error that occurs when you try to submit into mysql. Whever i try to imput any text with a comma in it or an appostrophe, i get an error until i remove it. Any suggestions. .. anyone...? Im using php and submiting via post, when i get the error. Thank

query cache

2003-01-29 Thread Rusch (ext) Reiner
Hi! I've got one question which belongs to the new query cache in 4.01. I wonder why the cache should be deleted if there's a statement like update, insert etc. I think it must be considered that there are possible situations where this isn't the best way. For example: 1) select * from