diff MySQL/NEWS @ 144:740d9829f52e

handling of errors if MySQL user cannot CREATE TRIGGER
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 12 Mar 2020 12:10:52 +0100
parents 0b3e9ee53c46
children 710537acb488
line wrap: on
line diff
--- a/MySQL/NEWS	Tue Feb 04 09:34:56 2020 +0100
+++ b/MySQL/NEWS	Thu Mar 12 12:10:52 2020 +0100
@@ -1,6 +1,8 @@
 Pending changes in the mainline
 ===============================
 
+* Report issue/solution and prevent the start of Orthanc if the MySQL user is
+  not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege)
 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
 * Added an advisory lock to avoid race conditions during database setup
 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure