Using SSH, you want to download the exported database file to your local machine, you can use the following command. scp username@server_ip:/path/to/database_name.sql ...
The MySQL extension allows DuckDB to directly read and write data from a MySQL database instance. The data can be queried directly from the underlying MySQL database. Data can be loaded from MySQL ...