cakephp :操作 '=' 的排序规则 (tis620_thai_ci,IMPLICIT) 和 (latin1_swedish_ci,COERCIBLE) 的非法组合

发布于 2024-11-05 19:06:46 字数 211 浏览 1 评论 0原文

时,我得到了

 SQL Error: 1267: Illegal mix of collations (tis620_thai_ci,IMPLICIT) and    (latin1_swedish_ci,COERCIBLE) for operation '='

当我插入非英语以形成

如何解决或隐藏问题 感谢您的任何建议

i got

 SQL Error: 1267: Illegal mix of collations (tis620_thai_ci,IMPLICIT) and    (latin1_swedish_ci,COERCIBLE) for operation '='

when i insert non english to form

how to fix or hide the problem
Thank you for any advice

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天的雪花 2024-11-12 19:06:47

您收到错误是因为您将 Mysql 中的排序规则设置为 latin1。您需要将表(以及可能的字段)的排序规则修改为 tis620,这应该可以解决问题。

You're receiving the error because you have the collation in your Mysql set to latin1. You'll need to modify the collation of your tables (and possibly fields) to be tis620 and that should resolve the problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文