help about the charset

2010-02-03 Thread moli
Hello, I have a strange problem on the charset on mysql. I'm using mysql-5.0.45, compiled from the source, and enabled: '--with-charset=utf8' '--with-extral-charsets=all' when compiling it. My default charset in my.cnf is utf8: character-set-server=utf8 OK I logined into mysql and run: mysql

Re: help about the charset

2010-02-03 Thread Thiyaghu CK
Hi Moli, I hope this is because there is spelling mistake. It should be * '--with-extra-charsets=all'*, but you have given '--with-*extral*-charsets=all'. That's why only the utf8 has been installed and not the other charsets. Regards, Thiyaghu CK www.mafiree.com On Wed, Feb 3, 2010 at 2:26 PM,

Re: help about the charset

2010-02-03 Thread moli
On Wed, Feb 3, 2010 at 6:33 PM, Thiyaghu CK theyaho...@gmail.com wrote: Hi Moli, I hope this is because there is spelling mistake. It should be '--with-extra-charsets=all', but you have given '--with-extral-charsets=all'. That's why only the utf8 has been installed and not the other