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.
How can I handle this on the server where (obviously) they don't use the
greek character set? Is there a way to force the use of a specific
character set when you dn't manage the MySQL server? Thanks.
---------------------------------------------------------------------
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
- re: character set when you don't manage the server Nikolas Galanis