disable the secure_file_priv check
authorPhilip Muskovac <yofel@gmx.net>
Tue, 6 Dec 2016 17:43:17 +0000 (18:43 +0100)
committerNorbert Preining <norbert@preining.info>
Mon, 16 Aug 2021 06:41:09 +0000 (07:41 +0100)
commitc0f98ec175184f3f244adad8d30f0639f2068106
tree4ac95752a30caaaead21988ab6f55d19f997c8d4
parenta6a8e7b4fba981c2974e0aa214e77d12b79cfb07
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