Hi i've restored my DB 3 days b4 and got this error when any1 tries to register on my Datalife Engine 9.3 site !
MySQL Error!
------------------------
The Error returned was:
Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'
Error Number:
1267
SELECT COUNT(*) as count FROM dle_users WHERE email = '[email protected]' OR LOWER(name) REGEXP '[[:<:]][a?][s5][s5]f[[:>:]]' OR name = 'assf'
i think its a collation of two languages need help right away please !
i dont wanna lose my DB as i've worked very hard for it so can any1 help me here ?
Note The previous version was 9.2 which i backedup and restored to 9.3 version
i am not a pro and on a shared hosting so i can edit and run queries if you want me to through phpmyadmin !
MySQL Error!
------------------------
The Error returned was:
Illegal mix of collations (cp1251_general_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'regexp'
Error Number:
1267
SELECT COUNT(*) as count FROM dle_users WHERE email = '[email protected]' OR LOWER(name) REGEXP '[[:<:]][a?][s5][s5]f[[:>:]]' OR name = 'assf'
i think its a collation of two languages need help right away please !
i dont wanna lose my DB as i've worked very hard for it so can any1 help me here ?
Note The previous version was 9.2 which i backedup and restored to 9.3 version
i am not a pro and on a shared hosting so i can edit and run queries if you want me to through phpmyadmin !
Comment