Diary of problems and solutions related to web programming, database development and related technologies and platforms.

Changing MySQL error language from French To English or to your preferred language

If you have been facing the default error language setting of MySQL as French, you can change the settings. For this go to my.ini file and follow these steps.

1. Search the following content
lc-messages=fr_FR

2. Replace the content to your preferred language, for example to change to English language
lc-messages=en_GB

3. Save the file and restart MySQL.

No comments :

Post a Comment