Bademeister: Zugriffsfehler bei Output in ein File

Beitrag lesen

Es handelt sich wohl auch eher um diese Einschränkung:

The SELECT ... INTO OUTFILE 'file_name' form of SELECT writes the selected rows to a file. The file is created on the server host, so you must have the FILE privilege to use this syntax. file_name cannot be an existing file, which among other things prevents files such as /etc/passwd and database tables from being destroyed. As of MySQL 5.0.19, the character_set_filesystem  system variable controls the interpretation of the file name

Ja, im Grunde schon. Mir ist in unserer Konstellation leider nicht klar, was der Server-Host ist. Daher habe ich mich inzwischen dazu entschlossen, dieses Vorhaben als gescheitert anzusehen und zu der Alternative ueberzugehen, das Schreiben ins Output-File von der Command-Line aus zu machen. Siehe mein letztes Posting.