unix - Edit default error messages MySQL -


at work use 2 mysql databases have slave-master relationship. accidentally inserting/updating/deleting in wrong place leads @ least half hour fixing databases. avoid this, revising grants users. however, point user in correct direction, change default error message thrown mysql.

on osx, there file called errmsg-utf8.txt in /usr/local/mysql/share/. however, editing file not result in changed error message. obviously, mysql service has been restarted after change.

is there way change default error message?

thanks in advance!


Comments