Patch MySQL 5.5.53, set secure-file-priv to empty value.

Why? Because we want to do SELECT INTO OUTFILE.
This commit is contained in:
Benoît.S 2017-09-14 15:19:26 +02:00
parent 685282bf93
commit dbbd0e1783
1 changed files with 2 additions and 0 deletions

View File

@ -57,3 +57,5 @@ innodb_thread_concurrency = 16
# charset utf8 par defaut
character-set-server=utf8
collation-server=utf8_general_ci
# Patch MySQL 5.5.53
secure-file-priv = ""