Oxidus
17/10/2006, 21h04
Bonjour,
Je vien le demander ici :
Voila mon problème :
En installant des hack sur mon forum j'ai souvent ce message d'erreur :
-------------------------------------------------------------------------------------------------------------------
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
-------------------------------------------------------------------------------------------------------------------
Exemple pour la chatbox de mega :
Invalid SQL:
SELECT chatbox.*, user.*
FROM chatbox AS chatbox
LEFT JOIN user AS user ON(user.username = chatbox.name)
ORDER BY date
DESC LIMIT 30;
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Que puis-je faire pour résoudre le problème ?
Je suis chez free et en vb3.61
Je vien le demander ici :
Voila mon problème :
En installant des hack sur mon forum j'ai souvent ce message d'erreur :
-------------------------------------------------------------------------------------------------------------------
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
-------------------------------------------------------------------------------------------------------------------
Exemple pour la chatbox de mega :
Invalid SQL:
SELECT chatbox.*, user.*
FROM chatbox AS chatbox
LEFT JOIN user AS user ON(user.username = chatbox.name)
ORDER BY date
DESC LIMIT 30;
MySQL Error : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (latin1_general_ci,IMPLICIT) for operation '='
Que puis-je faire pour résoudre le problème ?
Je suis chez free et en vb3.61