I have problem with MySQL Error Language. When query has some error then that error is not in English. It is like below message
Le champ 'id' ne peut être vide (null)
I have run this query to change language but still same error
SET lc_messages = 'en_US';
How can I change error message to English?
Change the following settings in my.ini file
lc-messages=en_US
To permanently change the language preferences
Change the following settings in my.ini file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With