work with Chinese(Big5)

2002-10-18 Thread Andrew Chan
Hello, Wonder if anyone has experience with Chinese and mySQL. I have a column to capture chinese which is in blob. Does any one know how to write a code in Java to insert the chinese value? I am currently using mySQL version 3.23.52-max-nt. Do I need to add character-set as the manual

Re: Win32 Binaries on WinXP

2002-04-25 Thread Andrew Chan
I bet you run those exe files from XP explorer (double clicking...). You have to use dos prompt instead... type the command and press enter. I am using it with WinXP and I am fine... Andrew - Original Message - From: Chris Boget [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

question

2002-04-24 Thread Andrew Chan
Hello, I am trying to transfer tables/data from one server to another, say server A to B. mysqldmup helps me to dump table structure and data from server A. Wonder what command I should use to load those dump result into server B. Both server A and B are using the same version of MySQL. Any

Re: question

2002-04-24 Thread Andrew Chan
[EMAIL PROTECTED] To: Andrew Chan [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 1:04 PM Subject: Re: question Easy, =) mysqldump database name -ppassword | mysql database name -h 192.168.1.1 -ppassword That will dump the database and remotely insert in to the other

Re: Prerelease of MySQL/InnoDB-3.23.50

2002-04-23 Thread Andrew Chan
There is no download for Windows at the moment, isn't it? Andrew - Original Message - From: Heikki Tuuri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 23, 2002 1:12 PM Subject: Prerelease of MySQL/InnoDB-3.23.50 Hi! InnoDB is a MySQL table type which adds

transaction with MySQL

2002-04-17 Thread Andrew Chan
Hi there, correct me if I am wrong. Only verion 4.x of MySQL supports transaction. Thanks. Andrew _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

question about Chinese Windows XP and MySql

2002-04-11 Thread Andrew Chan
Anyone has experience with Chinese Windows Xp Professional and MySql? I am not able to install MySql on Chinese Windows. I got an unknown character error message (The package I am using is from Canada). Do I have to use the package from Asia (China, Taiwan or Hong Kong). Please advise.