I really don't understand. I'm doing a relatively simple query on a table that has entries in ISO Greek (ISO 8859-7) and English that I'd like to be in alphabetical order. Something like: SELECT * FROM abook ORDER BY lastname. But the order is all wrong. Almost at random... What can I do about this? Maybe I have to edit some MySQL configuration file or something...