I want to translate MySQL's error messages. I tried:
sql/share/errmsg-utf8.txt
's top line.
(image)But there is no comp_err
or sql/share/cmake_install.cmake
in mysql folder and in shell.
I'm using xampp v3.3.0. Also tried MySQL 8.0.
Never edit directly the file installed.
Instead, modify the source code and build the error messages file again.
What you should do:
comp_err
utility too)share/errmsg_readme.txt
share/messages_to_clients.txt
with the new translationThis will create the file containing error messages with the new translation, which can be installed.