MySQL Forums
Forum List  »  Newbie

Re: Unable to import/output files with MySQL
Posted by: Peter Brawley
Date: October 23, 2016 03:04PM

> I need to use the command line client for MySQL, which to my knowledge is only available with the 5.5 server.

Wrong. It's part of all versions.

> I have a software project that requires me to set up a MySQL database,
> populate it with data through an input file,
> and log this data to an output file, doing all of this in Java.

That contradicts what you say above, that you need to use the command line client. Which is it?

What is the result of ...

show variables like 'secure_file_priv';

Are you sure your java program isn't connecting to the old 5.7 installation?



Edited 1 time(s). Last edit at 10/24/2016 10:15AM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
Re: Unable to import/output files with MySQL
October 23, 2016 03:04PM


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.