Hello
I converted charset from latin1(default) to latin5 and I read INSTALL_SOURCE
If you change character sets after having created any
     tables, you will have to run `myisamchk -r -q' on every table
Therefore I run `myisamchk -r -q' on every table
but it still couldn't sorting data correctly
is there any command on mysqlserver to correct tables according to new
charset ?
What shall I do ?

----- Original Message -----
From: "Gurhan Ozen" <[EMAIL PROTECTED]>
To: "Malik Bülent" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, June 20, 2002 3:50 PM
Subject: Re: turkish character set


> You have to change the default charset to latin5. You can either do it by
> giving command line option while starting your mysqld or you can just edit
> my.cnf option file..
> See:
> http://www.mysql.com/doc/C/o/Command-line_options.html
> http://www.mysql.com/doc/O/p/Option_files.html
>
>
> ----- Original Message -----
> From: "Malik Bülent" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, June 20, 2002 7:48 AM
> Subject: turkish character set
>
>
> > Hello
> > I installed mysql3.23.server on FreeBSD4.4. and it works. I made some
> tables
> > but
> > By default, MySQL uses the ISO-8859-1 (Latin1) character set.
> > I use turkish character set therefore How can I convert character set
from
> > Latin1 to turkish for Mysql.
> > if I convert to turkish character set, What will I have to any settings
?
> >
> > what shall I do ?
> >
> > Thanks
> >
> >
> > ---------------------------------------------------------------------
> > 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

Reply via email to