有人能建议如何重现这个问题吗 Mysql2::Error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT)
这是由于api触发的 /admin/products
和“action”=>“index”。
错误:
/admin/products#GET params: { "controller"=>"admin/products"},
exception: ActiveRecord::StatementInvalid, message: Mysql2::Error:
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and
(utf8_general_ci,COERCIBLE) for operation 'like'
1条答案
按热度按时间qncylg1j1#
你使用了错误的字符集。尝试使用utf-8,在有问题的文件顶部添加以下内容: