MySQL Forums
Forum List  »  Newbie

Re: Converting a MySQL Table to PDF File
Posted by: Michael Smith
Date: May 29, 2023 12:25PM

Barry:

I have tried:

SELECT Field2, Field3, Field4, Field5, Field6, Field7, Field8, Field9, Field10,
Field11 FROM Letter01 INTO OUTFILE '/var/lib/mysql-files/myoutput.csv';

Which gives:
Error Code: 1045. Access denied for user 'Mike'@'%' (using password: YES) 0.094 sec

Options: ReplyQuote


Subject
Written By
Posted
Re: Converting a MySQL Table to PDF File
May 29, 2023 12:25PM


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.