Anyone here have try to connect database in katalon using mariadb?
i have try to connect by still get error " No suitable driver found for jdbc:mariadb:"
Anyone here have try to connect database in katalon using mariadb?
i have try to connect by still get error " No suitable driver found for jdbc:mariadb:"
Hi @agnessiregar16,
Please follow our guide at https://docs.katalon.com/katalon-studio/docs/database-settings.html
@agnessiregar16 use mysql driver, will work just fine with mariadb
mariadb is the opensource version of mysql
You need to download mariadb jdbc driver jar and add the jar file to External Libraries of Project Settings.