From be0417f3099632b91468fbde9701faa89d899f68 Mon Sep 17 00:00:00 2001 From: guylichtman Date: Thu, 19 Apr 2012 00:56:50 -0700 Subject: [PATCH] Created Issues (markdown) --- Issues.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Issues.md diff --git a/Issues.md b/Issues.md new file mode 100644 index 0000000..c39ab39 --- /dev/null +++ b/Issues.md @@ -0,0 +1,13 @@ +Please report any issues to: + +This includes: bugs, feature requests and questions regarding installation/configuration/functionality. + +Please try to describe the issue verbosely. Try to see if it reproduces and include a detailed description on how to reproduce. + +Make sure to include the full MySQL Server version and AUDIT Plugin version. To print MySQL Server version: log into MySQL and execute the command: + + status + +Please include with the issue the output of the AUDIT plugin in the MySQL error log. Log file location can be queried by running the following command: + + show global variables like 'log_error'