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>
Mon, 27 Jun 2022 19:59:18 +0000 (20:59 +0100)
commit2fa07a4b566b12a982611722d55069a19b35f08a
tree5f19a469e27243bbd90e0d047f80d605b830aea3
parent79d544982afd4514b47652f83ffd471ff391116d
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