Shoeb Agha Posted January 19, 2022 Share Posted January 19, 2022 Showing external error as- An error occurred in the external data source. External error: ERROR [HY000] [MySQL][ODBC 8.0(w) Driver][mysqld-5.5.5-10.3.32-MariaDB]Support for schemas is disabled by NO_SCHEMA option, but non-empty schema is specified. Link to comment Share on other sites More sharing options...
Jarrid Franke Posted March 17, 2022 Share Posted March 17, 2022 The issue is caused by a change made to the NO_SCHEMA parameter in the MySQL Connector/ODBC 8.0.27. Uninstalling the current driver and installing the previous driver version (Connector/ODBC 8.0.26) fixes the issue. MySQL :: MySQL Connector/ODBC Developer Guide :: 5.2 Connector/ODBC Connection Parameters "See also the related NO_CATALOG option. This option was removed in Connector/ODBC 8.0.13 but served no function before then, and was reintroduced in Connector/ODBC 8.0.26. This option is enabled by default as of Connector/ODBC 8.0.27. " Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now