Error in phpmyadmin 'Error: 1231'

4

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.

    
asked by Sergio O Ayala Yañez 12.05.2016 в 01:47
source

2 answers

3
  

Error: 1231 SQLSTATE: 42000 (ER_WRONG_VALUE_FOR_VAR)

     

Message: Variable '% s' can not be set to the value of '% s'

mysql-error-messages

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
    
answered by 12.05.2016 / 08:01
source
0

Apparently it is a problem that is documented:

link

update to the latest stable version of PhpmyAdmin!

    
answered by 12.05.2016 в 02:52