List:Internals« Previous MessageNext Message »
From:Alexander Barkov Date:September 5 2004 8:30am
Subject:Re: Persian Collation Support in MySQL
View as plain text  
Hello Ali,

Ali Majdzadeh wrote:

 > Hello Mr.Barkov
 > Thanks for your patience.
 >
 > I have tried Jody's patch and corrected some of
 > my errors,but I can not change the default collation
 > to "utf8_persian_ci".

There are several ways:

1. Run "configure --with-charset=utf8 --with-collation=utf8_persian_ci",
    then make.

2. Start:
mysqld --default-character-set=utf8 --default-collation=utf8_persian_ci

3. Or, create a database with Persian collation:

CREATE DATABASE db CHARACTER SET utf8 COLLATE utf8_persian_ci;


> Every time I try to change it,
> the previous one still remains.

What do you mean the previous remains?  How does it look like?
I need step-by-step instruction explaining what you're
trying to do to give a better answer.

> I don't know where I go wrong in compilation.

What does this query return for you:

SHOW VARIABLES LIKE 'collation%';

> Any suggestions?
> Regards
> Ali
>

Regards!


Thread
Persian Collation Support in MySQLAli Majdzadeh3 Sep
  • Re: Persian Collation Support in MySQLAlexander Barkov4 Sep
    • Re: Persian Collation Support in MySQLAli Majdzadeh4 Sep
      • Re: Persian Collation Support in MySQLAlexander Barkov4 Sep
        • Re: Persian Collation Support in MySQLAli Majdzadeh4 Sep
          • Re: Persian Collation Support in MySQLAlexander Barkov5 Sep
            • Re: Persian Collation Support in MySQLAli Majdzadeh5 Sep
            • Re: Persian Collation Support in MySQLAli Majdzadeh5 Sep
            • Re: Persian Collation Support in MySQLAli Majdzadeh5 Sep
              • Re: Persian Collation Support in MySQLAlexander Barkov6 Sep
                • Re: Persian Collation Support in MySQLAli Majdzadeh6 Sep
                  • Re: Persian Collation Support in MySQLAlexander Barkov13 Sep
                • Re: Persian Collation Support in MySQLAli Majdzadeh6 Sep
        • Re: Persian Collation Support in MySQLAli Majdzadeh4 Sep
    • RE:Persian Collation Support in MySQLAli Majdzadeh4 Sep