All errors I receive regarding phpmyadmin database are in French. However, the panel is in pt-br, only query errors - a select for example - are displayed in French. I use WAMP.
EX: Aucune base n'a �t� s�lectionn�e
All errors I receive regarding phpmyadmin database are in French. However, the panel is in pt-br, only query errors - a select for example - are displayed in French. I use WAMP.
EX: Aucune base n'a �t� s�lectionn�e
To change the language that MySQL uses you should change a setting in the file: "my.ini"
Look for this line:
# Change your locale here !
lc-messages=
Your should probably be set up this way
# Change your locale here !
lc-messages=fr_FR
Switch to "en-us". I do not remember if "en" is available. After saving the file you must restart the MySQL services by Wamp.