Allow mysql users to create triggers
Enable the 'log_bin_trust_function_creators' option to allow users to create stored procedures and triggers without needing to grant them SUPER privileges. This is required specifically to allow the keystone user to create database triggers during the live migration process. Change-Id: I17d5bba2a81911b74ad5d23687cfc7a7ed81feb4
This commit is contained in:
parent
1b0d2d3aa2
commit
cfdda72e96
@ -42,6 +42,7 @@ log-bin = /var/lib/mysql/mariadb-bin
|
||||
log-bin-index = /var/lib/mysql/mariadb-bin.index
|
||||
expire-logs-days = 7
|
||||
log_slave_updates = 1
|
||||
log_bin_trust_function_creators = 1
|
||||
|
||||
# SAFETY #
|
||||
max-allowed-packet = 16M
|
||||
|
Loading…
x
Reference in New Issue
Block a user