We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://dev.mysql.com/doc/refman/5.7/en/writing-audit-plugins.html This can be done by using my_message()
my_message()
The text was updated successfully, but these errors were encountered:
It may be convenient to provide a custom message maybe configurable via a global variable (default use what you have.)
This would be used to lead developers/administrators to the right "place" when they see this "unexpected message".
Perhaps implemented as:
mysql> SET GLOBAL maxdiskusage_message='Running out of free disk space. Contact <some_person_or_email_address> for more details.';
Sorry, something went wrong.
No branches or pull requests
https://dev.mysql.com/doc/refman/5.7/en/writing-audit-plugins.html
This can be done by using
my_message()
The text was updated successfully, but these errors were encountered: