beekeeper-studio / beekeeper-studio

Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
https://www.beekeeperstudio.io
Other
16.02k stars 1.05k forks source link

FEAT: Migration from MySQL Workbench #1801

Open DynamiteC opened 9 months ago

DynamiteC commented 9 months ago

Is your feature request related to a problem? Please describe. When migrating from existing software to new ones, it's a headache to start from scratch again, so If we have a way to import the data, half of the work is done.

Describe the solution you'd like I have an export file containing the connection detail from MySQL Workbench that we can use to import into the beekeeper studio.

Describe alternatives you've considered Manually importing connections one by one.

DynamiteC commented 9 months ago

@rathboma I would like to work on this.

dveeden commented 5 months ago

You might want to try and read the entries from ~/.mysql/workbench/connections.xml. For passwords you might have to get them from whatever platform dependent secrets storage Workbench uses.

DynamiteC commented 4 months ago

On it.