开发者

What is the error Illegal mix of collations?

开发者 https://www.devze.com 2023-04-02 07:32 出处:网络
What is the error Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation \'=\'?

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

开发者_Go百科Thanks!!!


Try changing your query to WHERE username=_utf8 'username_text' AND password =_utf8 'password_text'

0

精彩评论

暂无评论...
验证码 换一张
取 消