Erreur 1290 (HY000): Le serveur MySQL est en cours d'exécution avec l'option - Secure-File-Priv, il ne peut donc pas exécuter cette instruction

# Check the default location of secure_file_priv
SHOW VARIABLES LIKE "secure_file_priv";

# Save the file in that location
Select ... From ... INTO OUTFILE ...
Lucky Ladybird