非法混合排序规则是什么错误?
操作“=”的错误排序规则 (utf8_general_ci,IMPLICIT) 和 (utf8_unicode_ci,IMPLICIT) 的非法混合是什么?
我无法登录我的网站 http://homeodisha.com/
用户 ID:demo 密码:演示
谢谢!!!
What is the error Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='?
I cannot login to my site http://homeodisha.com/
User ID : demo
Password: demo
Thanks!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将查询更改为
WHERE username=_utf8 'username_text' AND password =_utf8 'password_text'
Try changing your query to
WHERE username=_utf8 'username_text' AND password =_utf8 'password_text'