...
Open the MySQL Connector NET 9.2.0 installer (mysql-connector-net-9.2.0.msi).
- Choose the Destination Folder and click Next.
- Click Install and wait for the installation process to complete.
- Click Finish to complete the installation.
- After completing the installation, open the Solutions Manager and select a solution.
- Navigate to Datasets / DBs and click on the plus icon to create a new database connection.
- Next, choose the MySQL Data Provider from the available options.
- After creating the database connection, click on ConnectionString and fill in the required fields with the necessary parameters, such as Server, Port, Database, SslMode, and any Additional Parameters as needed.
...