MySQL Forums
Forum List  »  Stored Procedures

Re: How export table data using stored procedure
Posted by: Peter Brawley
Date: January 15, 2019 11:00AM

Look at cthe err msg. The interface you're using is eating your backslashes.

Try using forward slashes, mysql often will translate them into the required, excrescent backslashes that Windows uses in paths.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How export table data using stored procedure
869
January 15, 2019 11:00AM


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.