I am trying to set a default connection when forward engineering, synchronizing, etc. with MySQL Workbench. I am not sure if this is possible but it would save me some extra clicks. If it can be done on a per model basis that would be excellent. I searched their documentation but could not find it.
To set a default schema for multiple MySQL Workbench sessions, you must set the default schema for the stored connection. From the home screen, right-click on a MySQL connection, choose Edit Connection, and set the desired default schema on the Default Schema box.
Connection URL: The connection URL for the mysql database is jdbc:mysql://localhost:3306/sonoo where jdbc is the API, mysql is the database, localhost is the server name on which mysql is running, we may also use IP address, 3306 is the port number and sonoo is the database name.
Well, the closest solution I use is to doubleclick the preferred database in schema list.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With