Re: FW: RE: support UTF-8

2002-06-10 Thread Egor Egorov

Mehdi,
Saturday, June 08, 2002, 8:33:29 PM, you wrote:

MZ Egor,

MZ Could you let me know when 4.1 will be release ?
MZ I'm building a website and want to decide whether I can use mySQL
MZ instead of SQL Server or not?
MZ The most important factor is support of Unicode.

I don't know exactly the date of release 4.1, but the alpha will come
till this year end.

MZ I also want to know if I can convert an access database or SQL Server
MZ 2000 database to mySQL.

Yes, you can. If you use Access you can do it:
1. Export file in the CVS format. Then you should create schema for
each table in MySQL. The order of columns in the table is
IMPORTANT. In case of wrong column ordering you can't import your
data. And after that put your database into MySQL. To import you can
use mysqlimport utility or LOAD DATA INFILE statement.
2. Use different administration packages. You can find URL if you
check archives ...

MZ Sincerely,
MZ Mehdi Zare





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: support UTF-8

2002-06-10 Thread Day Irmiter

You may find the Access conversion easier to do using MysqlFront,
downloadable at www.mysqlfront.de.

- Original Message - 
From: Egor Egorov [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 10, 2002 8:08 AM
Subject: Re: FW: RE: support UTF-8


 Mehdi,
 Saturday, June 08, 2002, 8:33:29 PM, you wrote:
 
 MZ I also want to know if I can convert an access database or SQL Server
 MZ 2000 database to mySQL.
 
 Yes, you can. If you use Access you can do it:
 1. Export file in the CVS format. Then you should create schema for
 each table in MySQL. The order of columns in the table is
 IMPORTANT. In case of wrong column ordering you can't import your
 data. And after that put your database into MySQL. To import you can
 use mysqlimport utility or LOAD DATA INFILE statement.
 2. Use different administration packages. You can find URL if you
 check archives ...
 



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: support UTF-8

2002-06-09 Thread shahzad sarwar

Hi ,

Does mysql  support urf-8 ? It is a good question.

Most of the online , even  references say mysql does not support utf-8.
But , I have tried this , i am able to insert and get back data with utf-8
format.
Many Utilities , like mysqldump properly  extract data in utf-8.  Simalarly
mysql ( client ) also  can insert data.

However in inter-active session u can't manipulate in utf-8.
U can't directly feed , mysql with utf-8 .
I think this is where mysql fail to tackle utf-8 data.

To finalize ,  discussion   u can use mysql as utf-8 database.
But some of the tools with mysql may not work.

I have now a complete portal running in mysql + php  in utf-8.


Regards,
shahzad



 Hi Shahzad,
 I also want to know whether mySQL support Unicode, utf-8 or not.
 If you know anything about this please answer me as soon as possible,

 Sincerely,
 Mehdi Zare


 -Original Message-
 From: shahzad sarwar [mailto:[EMAIL PROTECTED]]
 Sent: Monday, June 03, 2002 8:35 PM
 To: [EMAIL PROTECTED]
 Subject: support UTF-8

 Hi ,

 Do mysql ver 2.23.X  support UTF-8 .
 If yes , to what extends.

 I have tried UTF-8 with mysql ver 3.23.37 on windows.
 It seems as that it support UTF-8 , but tools (utilities ) for mysql
 does not fully  support utf .

 Have any body have tried that.


 Regards,
 shahzad  sarwar




 -
 Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED] To
 unsubscribe, e-mail
 [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



 -
 Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED] To
 unsubscribe, e-mail
 [EMAIL PROTECTED] Trouble
 unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




FW: RE: support UTF-8

2002-06-08 Thread Mehdi Zare



Egor,

Could you let me know when 4.1 will be release ?
I'm building a website and want to decide whether I can use mySQL
instead of SQL Server or not?
The most important factor is support of Unicode.
I also want to know if I can convert an access database or SQL Server
2000 database to mySQL.

Sincerely,
Mehdi Zare


-Original Message-
From: Egor Egorov [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, June 06, 2002 1:38 PM
To: [EMAIL PROTECTED]
Subject: Re: RE: support UTF-8

Mehdi,
Thursday, June 06, 2002, 11:27:24 AM, you wrote:


MZ Hi Shahzad,
MZ I also want to know whether mySQL support Unicode, utf-8 or not.
MZ If you know anything about this please answer me as soon as
possible,

Unicode support will come in 4.1. Unicode in 4.1 will use UTF-8 and UCS2

with a possibility to recode between them (as well as between any
supported 
character set).

MZ Sincerely, 
MZ Mehdi Zare





-- 
For technical support contracts, goto
https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: support UTF-8

2002-06-06 Thread Mehdi Zare


Hi Shahzad,
I also want to know whether mySQL support Unicode, utf-8 or not.
If you know anything about this please answer me as soon as possible,

Sincerely, 
Mehdi Zare


-Original Message-
From: shahzad sarwar [mailto:[EMAIL PROTECTED]] 
Sent: Monday, June 03, 2002 8:35 PM
To: [EMAIL PROTECTED]
Subject: support UTF-8

Hi ,

Do mysql ver 2.23.X  support UTF-8 .
If yes , to what extends.

I have tried UTF-8 with mysql ver 3.23.37 on windows.
It seems as that it support UTF-8 , but tools (utilities ) for mysql
does not fully  support utf .

Have any body have tried that.


Regards,
shahzad  sarwar




-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: RE: support UTF-8

2002-06-06 Thread Egor Egorov

Mehdi,
Thursday, June 06, 2002, 11:27:24 AM, you wrote:


MZ Hi Shahzad,
MZ I also want to know whether mySQL support Unicode, utf-8 or not.
MZ If you know anything about this please answer me as soon as possible,

Unicode support will come in 4.1. Unicode in 4.1 will use UTF-8 and UCS2 
with a possibility to recode between them (as well as between any supported 
character set).

MZ Sincerely, 
MZ Mehdi Zare





-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
   ___/   www.mysql.com



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php