disable the secure_file_priv check
authorPhilip Muskovac <yofel@gmx.net>
Tue, 6 Dec 2016 17:43:17 +0000 (18:43 +0100)
committerPatrick Franz <deltaone@debian.org>
Wed, 1 Mar 2023 20:31:04 +0000 (20:31 +0000)
commit39581e058a859c730b7daf6b876c1003a5993ac1
treed9aa7d28e1145465786260cb27f0e538c0d0f024
parent6800c67ca888825997e34477ac52aa1957ec24f9
disable the secure_file_priv check

MySQL 5.7 introduced a premission check for export and import operations.
In Debian and Ubuntu, only the full mysql-server package creates the set system
wide directory causing mysqld-akonadi to error out on startup if only
mysql-server-core-5.7 is installed.
To prevent that the key is set to empty, which reverts mysqld to the 5.6
behavior.
See http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_secure_file_priv
Bug-Debian: https://bugs.debian.org/843534
Last-Update: 2016-04-18
Forwarded: not-needed
Origin: vendor

Gbp-Pq: Name disable_secure_file_priv_check.diff
src/server/storage/mysql-global.conf