duckdb / duckdb_mysql

https://duckdb.org/docs/extensions/mysql
MIT License
55 stars 13 forks source link

Is there a way to enable mysql_clear_password plugin? #91

Closed pronzato closed 1 week ago

pronzato commented 1 month ago

What happens?

Trying to ATTACH a MySQL database using -user and -password but getting Authentication plugin 'mysql_clear_password' cannot be loaded: plugin not enabled

Is there a way to enable this plugin via the ATTACH command?

Searched the docs but couldn't find any details.

To Reproduce

ATTACH -user and -password

OS:

Windows

MySQL Version:

8.1

DuckDB Version:

1.1.1

DuckDB Client:

Java

Full Name:

Gianni Pronzato

Affiliation:

pronzato

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?