MySQL Forums
Forum List  »  Newbie

Re: read/write access to a subdir of data directory
Posted by: Peter Brawley
Date: March 19, 2016 08:15AM

MySQL syntax for this is a little peculiar.

Database abc lives in folder <datadir>/abc. Having created the folder abc/out, write to mydata.txt in it with ...

select ... Into Outfile abc/out/mydata.txt from ...

Options: ReplyQuote


Subject
Written By
Posted
Re: read/write access to a subdir of data directory
March 19, 2016 08:15AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.