Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » Fatal Error: MySQL error: 1271
Re: Fatal Error: MySQL error: 1271 [message #777 is a reply to message #776] Wed, 18 April 2007 19:20 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2350
Registered: April 2006
Location: Surrey, UK
Senior Member
The message "illegal mix of collations" means that you are not using the same collation (character set) for all your database columns. Although MySQL will allow you to mix collations, it is definitely not a good idea.

You should use the same collation for all fields. If you want to cater for all possible languages you should use "utf8_unicode".


 
Read Message
Read Message
Read Message
Read Message
Previous Topic: multi2
Next Topic: delete user fails
Goto Forum:
  


Current Time: Sun Jun 16 06:21:44 EDT 2024

Total time taken to generate the page: 0.01134 seconds