Set up a new connection in MySQL workbench using connectionString

Published on :

<connectionStrings> <add name=”xyz” connectionString=”Data Source=abc;Initial Catalog=test_catalog; user ID=usename; Password=pw;” providerName=”MySql.Data.MySqlClient” /> </connectionStrings> Hi, How to set up a new connection in MySQL Workbench using a connection string with the above format? I’m using Workbench 8.0 and the following is the SS of the default screen of the new connection setup.