8 messages in com.mysql.lists.bugsRe: character sets
FromSent OnAttachments
Murat KARABEK08 Feb 2001 06:34 
Thimble Smith08 Feb 2001 06:47 
Murat KARABEK12 Feb 2001 07:52 
Michael Widenius12 Feb 2001 08:25 
Murat KARABEK13 Feb 2001 01:23 
Michael Widenius13 Feb 2001 09:10 
Murat KARABEK13 Feb 2001 23:36 
Michael Widenius14 Feb 2001 01:44 
Subject:Re: character sets
From:Thimble Smith (ti@mysql.com)
Date:02/08/2001 06:47:11 AM
List:com.mysql.lists.bugs

On Thu, Feb 08, 2001 at 04:35:01PM +0200, Murat KARABEK wrote:

i copied the file "latin5.conf" to share\charsets directory and started server with --default-character-set=latin5 without any errors. but nothing changed. there are still problem in sorting, upper (and this sort of func.) in Turkish characters?

what's wrong?

i'm using mysql 3.23.32 for win.

Did you create a new table and test it, or just use the old table? Each MyISAM table stores its character set in it, so it will continue to use the original character set even after you change the --default-character-set option.

You can use 'myisamchk --set-character-set=latin5' to change what the table uses.

Tim

P.S. ....

In order to handle the volume of mail we receive, we only accept full repeatable bug reports, as defined in the MySQL manual, on this mailing list. For other kind of problems, please use mys@lists.mysql.com.

A complete bug report is done in the following manner:

1) First check the reference manual and the mail archive! We try very hard to keep the manual up to date so most questions can usually be solved by looking it up.

http://www.mysql.com/doc/

Write in the mail that you have checked the reference manual and mail archive so others know that you have tried to solve the problem yourself.

2) Always use mysqlbug when posting questions about a MySQL version you are using. mysqlbug is for bug reports AND questions.

3) Send the bug report to the right mailing list. If you are unsure you should use mys@lists.mysql.com.

http://www.mysql.com/documentation/lists.html

4) Include a full example for the problem, including a full test case with all responses/error messages.