MySQL Forums
Forum List  »  Connector/ODBC

Re: mysql table cannot be imported in Data Service
Posted by: Bogdan Degtyariov
Date: January 25, 2023 01:58AM

Hi Jason,

It seems that the client (Data Service) is trying fetching metadata without requesting it or it is a bug in the ODBC driver.

You can report it here:

https://bugs.mysql.com/report.php

Please provide as much relevant information as possible including steps how to reproduce the problem. If you could add ODBC trace it would be very helpful.

ODBC tracing is enabled by setting the following:

* In Linux:
in /etc/odbcinst.ini or ~/etc/odbcinst.ini or any other odbcinst.ini file:

[ODBC]
Trace = Yes
TradceFile = /tmp/odbc_trace.log

* In Windows:

Open ODBC Administrator -> Tracing -> Start Tracing Now

It could also be issues with Catalog ODBC functions that were recently improved, so you might try a new version of Connector/ODBC driver from here:

https://dev.mysql.com/downloads/connector/odbc/

--
Best regards,
Bogdan Degtyariov

Options: ReplyQuote


Subject
Written By
Posted
Re: mysql table cannot be imported in Data Service
January 25, 2023 01:58AM


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.