Re: Load Data Local Infile with Connector/C++
Ben,
I can confirm that ODBC Driver 8.0 does not explicitly enable the libmysql option MYSQL_OPT_LOCAL_INFILE, which is disabled by default in libmysql for the security reasons.
Because the security is involved, we need to approach the issue carefully. This can be done by introducing the new connect option for ODBC driver, which will allow using "LOAD DATA LOCAL INFILE ..." queries, so the ODBC user would have to set this option and by doing so acknowledge the potential risks.
Subject
Views
Written By
Posted
2116
June 28, 2018 03:26PM
844
August 15, 2018 08:05AM
964
August 16, 2018 05:25AM
962
August 16, 2018 02:04PM
Re: Load Data Local Infile with Connector/C++
1052
August 27, 2018 05:01AM
856
August 27, 2018 07:04AM
923
August 27, 2018 07:47PM
837
August 27, 2018 09:41PM
825
September 19, 2018 09:09AM
966
August 21, 2018 04:34AM
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.