Top "Mysql-error-1267" questions

MySQL Error 1267: Illegal mix of collations for operation '%s'.

Illegal mix of collations MySQL Error

I'm getting this strange error while processing a large number of data... Error Number: 1267 Illegal mix of collations (latin1_swedish_…

mysql sql mysql-error-1267
Illegal mix of collations error in MySql

Just got this answer from a previous question and it works a treat! SELECT username, (SUM(rating)/COUNT(*)) as TheAverage, …

mysql collation mysql-error-1267
MYSQL case sensitive search for utf8_bin field

I created a table and set the collation to utf8 in order to be able to add a unique index …

mysql sql character-encoding case-sensitive mysql-error-1267
Join query in MySQL

I have two tables: members and renewals The two tables have a field called memberid which links the two data …

mysql phpmyadmin mysql-error-1267