×
Menu

MySQL example

1.     Download and install (full install) MySQL Connector for .Net on computer running DBAgent (https://dev.mysql.com/downloads/connector/net/ )
2.     Restart DBAgent (if already running)
3.     Open aqua -> Project Configuration -> Testautomation -> Connections
4.     Create new connection (Choose "Generic")
5.     DataSupplier = MySql.Data.MySqlClient
6.     Adjust connection string to match MySQL Setup (server, user id, password, database)