Closed hello-world-bfree closed 9 months ago
I guess it's not uploaded yet since the url http://extensions.duckdb.org/v0.10.0/osx_arm64/mysql_scanner.duckdb_extension.gz, shows access denied
I have just uploaded the MySQL extension for v0.10.0, should work now. Feel free to re-open if the issue persists.
What happens?
When attempting to run
install mysql;
I get the error "Error: HTTP Error: Failed to download extension "mysql_scanner" at URL "http://extensions.duckdb.org/v0.10.0/osx_arm64/mysql_scanner.duckdb_extension.gz" Extension "mysql_scanner" is an existing extension." When I try to runload mysql;
I get "Error: IO Error: Extension "/Users/freeman/.duckdb/extensions/v0.10.0/osx_arm64/mysql_scanner.duckdb_extension" not found. Extension "mysql" is an existing extension.Install it first using "INSTALL mysql"."
To Reproduce
With duckdb v0.10.0 run
install mysql;
OS:
macOS
MySQL Version:
-
DuckDB Version:
0.10.0
DuckDB Client:
CLI
Full Name:
Brandon Freeman
Affiliation:
Hallow
Have you tried this on the latest
main
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?