where to get a mysql licence

2005-03-10 Thread Bungarz, Kai
Hi! I wonder, where i can get answers about mysql licences. Does anybody know an adress to contact to? Best regards, Kai http://www.wido.de -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Error 1146 Table mysql.proc doesn't exist

2004-06-01 Thread Bungarz, Kai
Hi! I'm using mysql-max-nt, Version 5, running on Windows 2000. While inserting rows into a table from a perl script, i get error 1146: table mysql.proc doesn't exist. The application ran without any error with mysql, version 4. Any ideas? best regards, Kai Bungarz Wissenschaftliches Institut

Error 2013 when using mysql client, Version 12.21

2004-02-25 Thread Bungarz, Kai
Hi! When i'm using mysql client, version 12.21 - Distrib: 4.0.15 / windows, for queries or loading data, i always get an error 2013 (lost connection...) after 30 seconds and the connection breaks down. This doesn't happen, when i use the older version 11.16 , Distrib: 4.0.0 / windows. There is no

OperationalError: 2013

2004-02-20 Thread Bungarz, Kai
Hi! I always get OperationalError: 2013 ( 'Lost connection to MySQL server during query' ) while running a query using mysql front end on localhost, after 30 seconds. This doesn't happen, when i connect from remote hosts - using any front end . All timeout parameters are set to default. Any idea?

Error 2013 while using load data

2004-02-19 Thread Bungarz, Kai
Hi! I get error 2013: Lost connection to mysql server during query, while loading data into a table using load data infile... This happens only, when load data needs much time and files are rather big. Is there any time_out parameter i have to set/change? Best regards, Kai Wissenschaftliches

AW: AW: Index of packed table not used

2002-11-18 Thread Bungarz, Kai
Hi Victoria! After running myisamchk -r it works. Thanks a lot! Kai -Ursprüngliche Nachricht- Von: Victoria Reznichenko [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 15. November 2002 17:41 An: [EMAIL PROTECTED] Betreff: Re: AW: Index of packed table not used Hello Kai, Friday,

Index of packed table not used

2002-11-13 Thread Bungarz, Kai
Hi! We are using mysql, version 4.0.4 beta on windows 2000 Server. I packed a table with 100 million rows, using myisampack. Now queries don't use the index of this table. It's not possible for me, to work with table scan. So, what can i do? Kai

INDEX directory option with no effect

2002-11-13 Thread Bungarz, Kai
Hi! We are using mysql, version 4.0.4 beta on windows 2000 Server. I tried to put data und index on different drives, usind the DATA and INDEX directory option of the create table statement. But both was created in the default data directory. Is there anybody, who already used it successfully?