Bug #2445 | console problems | ||
---|---|---|---|
Submitted: | 19 Jan 2004 8:42 | Modified: | 27 Aug 2004 6:45 |
Reporter: | ilias iliadis | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 3.23.x & 4.0.17 | OS: | Windows (windows 2000 server) |
Assigned to: | Alexander Barkov | CPU Architecture: | Any |
[19 Jan 2004 8:42]
ilias iliadis
[19 Jan 2004 8:43]
ilias iliadis
bug report plus printscreen
Attachment: mysqlerr.zip (application/x-zip-compressed, text), 33.86 KiB.
[29 Jan 2004 9:33]
MySQL Verification Team
Could you please can provide me the scripts for to create the tables and the queries in the Greek language, otherwise I can't to test this bug report.
[4 Feb 2004 4:27]
ilias iliadis
mysqldump created file
Attachment: genika.zip (application/x-zip-compressed, text), 45.91 KiB.
[11 Feb 2004 1:48]
ilias iliadis
I do not know if this is the right place to write but I submitted the requested sql script to create the tables. ilias
[27 Aug 2004 6:45]
Alexander Barkov
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: This is not a bug. The problem is that you use three programs: VB, mysql and mysqld. mysqld is running with "greek" character sets, which is cp1253. VB uses the same character set. So VB is compatible with mysqld running in greek mode. But mysql is a DOS alike program which uses OEM character set, it is not compatible with cp1253. If you created a table in VB, you will not be able to see Greek letter properly in mysql. And Visa Versa, if you created a table in mysql, you will see garbage in VB. Unfortunately, you cannot use mysql. The situation is better in MySQL-4.1. It support character set conversion. So this "DOS charset problem" was solved for many languags in 4.1. Although we don't have support for Greek DOS character set yet, it is trivial to add it into 4.1.