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 the MySQL server with the greek character set and sorting 
NG> works fine.

NG> How can I handle this on the server where (obviously) they don't use the 
NG> greek character set? Is there a way to force the use of a specific 
NG> character set when you dn't manage the MySQL server? Thanks.

Define columns as BINARY or try to use ORDER BY BINARY column_name.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ma02-010c
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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