How to fix the MySQL error: Illegal mix of collations for operation union
May 2, 2017
Well, you probably have different collations in some MySQL views, try to force collation like this:
Obviously… force to uft8 if you want this collation.
Well, you probably have different collations in some MySQL views, try to force collation like this:
Obviously… force to uft8 if you want this collation.