在查询语句的 order by 部分使用 CONVERT 函数。
例如:
SELECT * FROM `novel_account` ORDER BY CONVERT(`name` USING gbk);