"Outfile disabled" MySQL Error

0

Hi, I'm trying to create a new log file but it's not working. \t arch.txt gives me the error Outfile disabled. Anyone know about this error I can not find information about this error.

    
asked by Katz 12.10.2016 в 00:12
source

1 answer

0

As far as I can read in your comment (and you should edit the question and put that info there), you are running "\ t file.txt"

Try this :

mysql> \T archivo.text

If you go to see the help for MySQL v5.7.9

mysql> \h
...
notee     (\t) Don't write into outfile.
...
tee       (\T) Set outfile [to_outfile]. Append everything into given outfile.
....
    
answered by 12.10.2016 / 15:27
source