Skip to content

ConnectionEditor

The connection string specifies the configuration values required to connect to the MySQL database.

To access the Connection Editor, click on the icon.

To access the Connection editor, click the ”…” or select it from the dropdown in the Connection string property.

Connection Editor

The connection editor looks like this:

Connection Editor

Once you have set up a connection to your database, you can create and execute your own SQL queries. Go here for details on SQL Editor.

Below is an example of a MySQL connection string:

Server=localhost;Port=3306;Database=MyDatabase;User Id=MyUser;Password=MyPassword;

Connection strings