salut j'utilise mysql 5.7 et quand j'éssaie d'exporter ma table avec
Code : Sélectionner tout - Visualiser dans une fenêtre à part
SELECT * INTO OUTFILE 'data.txt'   FIELDS TERMINATED BY ';'   FROM table;
j'ai ce message d'erreur ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement que faire?