MySQL 4.0.23 wrong shared libraries output??

2004-12-25 Thread Neo Wee Teck
4.0.22 libdbug.a libmyisam.a libmysqlclient.so.12.0.0 libnisam.a libheap.a libmyisammrg.a libmysqlclient.so libmystrings.alibvio.a libmerge.a libmysqlclient.la libmysqlclient.so.12libmysys.a 4.0.23 libdbug.a libmerge.a libmyisammrg.a

newbie help

2002-05-09 Thread teck
I just created a database and tried to LOAD 1 line of data from a text file. I have only 9 coloums , most varchar, one char, one smallint (autoincrement) when i load the data (tab de-limeted) it goes fine but i get one Warning. I found on mysql.org that i need to INTO OUTFILE and look for

mysqlgui

2002-04-24 Thread teck
To whom it may concern, Where can i find the documentation for mysqlgui? thanks bd - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To

Possible Index problem?

2002-01-29 Thread teck guy
I am using mysql verison 3.23.41-nt I am working with the following two tables. mysql show create table table1; | Table | Create Table - | table1 | CREATE TABLE `table1` ( `Column1` varchar(63) NOT NULL default '', `Column2` varchar(31) default NULL

question about temp tables

2001-11-30 Thread tung teck lee
= max_heap_table_size=64M Anything I have done wrong or should look into? Anyway to see what temp tables are being created and what for? regards, Teck Lee - Before posting, please check: http://www.mysql.com/manual.php (the manual

Re: Java Applet for Mysql

2001-05-31 Thread David Tan Teck Siang
Thanks for the prompt reply. I am new in Java. Can you recommend a online tutorial that related to Database programming(Java) for Mysql Many Thanks :Tanpy - Original Message - From: Jeremy Zawodny [EMAIL PROTECTED] To: David Tan Teck Siang [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

Java Applet for Mysql

2001-05-30 Thread David Tan Teck Siang
Can anyone here recommend a link to the FREE and the most simple Java source code for MYSQL query without using Java runtime?? Thanks tanpy :)