When I start phpmyadmin I get the following error:
When updating the page it is solved and I can enter the interface, but I would like to take out that error that is annoying every time I enter.
Thank you.
Error: 1231 SQLSTATE: 42000 (ER_WRONG_VALUE_FOR_VAR)
Message: Variable '% s' can not be set to the value of '% s'
Check the config.inc.php
$cfg['Lang'] = 'es_ES';
If it's ok, check the my.cnf of your MySQL server if it has any value of the type
lc-messages=es_ES
Apparently it is a problem that is documented:
update to the latest stable version of PhpmyAdmin!