changing thelangauge of error messages in MySQL

Hi every one.

I want to change MySQL error message language into Hindi.

is it possible?

Answer Answered by Daniel Black in this comment.

Hindi unfortunately isn't a language MariaDB has a translations of error messages (ref: setting-the-language-for-error-messages )

If you have time to contribute a github pull requests by altering this file to contain the translations this could be corrected in the next release https://github.com/MariaDB/server/blob/10.1/sql/share/errmsg-utf8.txt

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.