connectionscentres
Programmer
Using phpMyAdmin 2.6.0-pl3 and MySQL 4.1.7.
Anyone know why
(1) all of a sudden PhpMyAdmin displays a collation column for all my tables
(2) the collation for fields of Char or VarChar is set to latin1_swedish_ci
(3) when I try to run SQL it complains of Illegal mix of collations between
(4) how I now seem to have MySQL charset and MySQL connection collation settings on my main control pannel and
(5) how I cant change the latter from utf8_unicode_ci to blank?
I am at a loss. Is this a bug in phpMyAdmin? Is there a simple way to get it back to normal?
Cheers.
Anyone know why
(1) all of a sudden PhpMyAdmin displays a collation column for all my tables
(2) the collation for fields of Char or VarChar is set to latin1_swedish_ci
(3) when I try to run SQL it complains of Illegal mix of collations between
Code:
(latin1_swedish_ci,IMPLICIT) and (utf8_unicode_ci,COERCIBLE) for operation '='
(5) how I cant change the latter from utf8_unicode_ci to blank?
I am at a loss. Is this a bug in phpMyAdmin? Is there a simple way to get it back to normal?
Cheers.