mysql errors being displayed in French

Asked

Viewed 507 times

2

All errors I receive regarding the phpmyadmin database are in Frances. However, the panel is in en, only query errors -a select for example- are displayed in French. I use the WAMP.

EX: Aucune base n'a �t� s�lectionn�e

  • which server do you use? wamp?

  • 1

    Yes! Sorry, I forgot to inform.

2 answers

3


To change the language that Mysql uses you must change a setting in the file: "my.ini"

Look for that line:

# Change your locale here !
lc-messages=

Yours should probably be configured this way

# Change your locale here !
lc-messages=fr_FR

Switch to "en-us". I don’t remember if "en-en" is available. After saving the file you should restart the Mysql services by Wamp.

  • Thank you, perfect answer!

2

Click the Wamp icon, then click Mysql and click my.ini

wamp

Open this file with the notepad, give it a CTRL+F and look for:

lc-messages=fr_FR

Comment on this line with # and replace with:

 lc-messages=pt_BR

Restart the WAMP and you’re done.

  • Solved! The two answers are correct, but he replied before, so I will mark his. Anyway, thank you!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.