Re: mysql default charset

2002-09-02 Thread Victoria Reznichenko
Alexander, Sunday, September 01, 2002, 11:33:56 PM, you wrote: AP> How can I set my mysqld-nt.exe to run different charset AP> for example cp1251. Currently you can't use different character sets with one MySQL server. AP> I tried mysqld-nt.exe --default-charset-set=cp1251 AP> but it started se

Re: mysql default charset

2002-09-01 Thread Paul DuBois
At 9:19 +0900 9/2/02, suresh wrote: >Go to mysqlAdmin >Go to my.ini setup >add >language = MYSQL_HOME/share/your_language_here >Save the changes That changes the language in which error messages are displayed, not the character set used for table data. > >Hope this will help > >regards >Kayamboo

Re: mysql default charset

2002-09-01 Thread suresh
Go to mysqlAdmin Go to my.ini setup add language = MYSQL_HOME/share/your_language_here Save the changes Hope this will help regards KayambooSuresh At 11:33 Χ΋ 02/09/01 +0300, you wrote: >Hi, >How can I set my mysqld-nt.exe to run different charset >for example cp1251. >I tried mysqld-nt.e

mysql default charset

2002-09-01 Thread Alexander Petrov
Hi, How can I set my mysqld-nt.exe to run different charset for example cp1251. I tried mysqld-nt.exe --default-charset-set=cp1251 but it started second instance of mysqld-nt and my MySQL did not order correctly cyrillic. Any help apreciated. SaS. ---