Re: Problem with INTO OUTFILE

2004-05-18 Thread Jiri Matejka
I had similar problem on W2000 - the solution is not to use ... field terminated by ';' ... but ...fields terminated by '\t'. I don't know why semicolon causes this problem, but If I use \t then it works. Jirka Matejka - Original Message - From: Jochen Kaechelin [EMAIL PROTECTED] To:

Re: Slow login

2004-05-11 Thread Jiri Matejka
Unfortunatelly it isn't true in my case. I connect to database server in local network and I use IP address, so there is no DNS usage... Jiri Matejka - Original Message - From: gerald_clark [EMAIL PROTECTED] To: Jiri Matejka [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, May 10

Slow login

2004-05-08 Thread Jiri Matejka
it can't be caused by it. I tried several client applications and all behave in the same way, so I guess the problem is inside the database. Can anybody help me? Thanks Jiri Matejka, [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe

Re: Center a table

2004-02-25 Thread Jiri Matejka
I think that print table border=\1\ cellpadding=\5\ cellspacing=\0\ align=\center\\n; or print centertable border=\1\ cellpadding=\5\ cellspacing=\0\ align=\center\/center\n; should be enough... Jiri Matejka ==Wednesday, February 25, 2004 11:26 AM [EMAIL PROTECTED] wrote: hi , Can

Re: Speed of MyISAM vs. InnoDB

2004-02-18 Thread Jiri Matejka
query)... Jiri Matejka [EMAIL PROTECTED] ==Wednesday, February 18, 2004 11:57 AM [EMAIL PROTECTED] wrote: I think count(*) is a special case: MyISAM holds a record count which it can access instantly, InnoDB has to count rows. Does the time difference persist for real queries? Alec Ji