re: character set when you don't manage the server

2002-10-18 Thread Egor Egorov
Nikolas, Friday, October 18, 2002, 5:56:10 AM, you wrote: NG> I have written a web application that is hosted in a server which uses NG> the default character set. This causes problems in the sorting that NG> MySQL does because most of the data is in Greek. When developing it NG> locally, I run

character set when you don't manage the server

2002-10-18 Thread Nikolas Galanis
Hi I have written a web application that is hosted in a server which uses the default character set. This causes problems in the sorting that MySQL does because most of the data is in Greek. When developing it locally, I run the MySQL server with the greek character set and sorting works fine.