Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个最近迁移到另一台服务器的 MySQL 数据库。不幸的是,MySQL 将其数据转储到 Latin1 中,其中包含由复合字节表示的任何 UTF-8 字符(例如 - 而不是 -)。
是否可以运行一个简单的查询或脚本,在我的表中将这些复合字节转换为 UTF-8?不可能逐行进行,因为有数十万行。
见http://www.mysqlperformanceblog.com/2007/12/18/fixing-column-encoding-mess-in-mysql/