After changing the collation in phpmyadmin for several databases, I can't see them anymore in chrome and explorer. If a use the command SHOW DATABASES in the command line, they are all displayed.
In Firefox, the following error is thrown:
SET CHARACTER SET 'utf8mb4';
1115 - Unknown character set: 'utf8mb4'
This is my first post, any help would be appreciated.
Edit:
I had already read Q&A in ERROR 1115 (42000): Unknown character set: 'utf8mb4', but it didn't solve my problem.
The mysql version I'm using is 5.6.17, and the character set is supported from version 5.3.3, so updating wouldn't help. I'm using wamp 2.5 with Mysql 5.6.17, Apache 2.4.9 and PHP 5.5.12.
And I get the error simply accessing http://localhost/phpmyadmin (not executing any sql) after my update, so the problem seems to be already commited. It's quite confusing that the error message is displayed only in Firefox while other browsers simply hide some databases and show the others.
Executing 'SELECT default_collation_name FROM information_schema.SCHEMATA;' in command line brought me these results:
utf8_general_ci utf8_general_ci utf8_spanish_ci utf8_general_ci utf8_general_ci utf8_spanish_ci utf8_general_ci utf8_spanish_ci utf8_general_ci latin1_swedish_ci utf8_spanish_ci utf8_general_ci utf8_general_ci utf8_general_ci utf8_general_ci latin1_swedish_ci utf8_general_ci utf8_general_ci utf8_general_ci utf8_general_ci utf8_general_ci utf8_general_ci
In PhpMyAdmin, the SCHEMATA table only shows ¡three! results: One for 'information_schema', another for 'mysql' and the last one for one of my databases. The others are not there.