Skip to main content
Question

i want to Use Database connect action with mariaDB, Mysql using SSL CAFile Option. But Unable to find a way to connect to the CA file in AA DBConnect Action. can i know that how to solve it.

  • 30 May 2022
  • 1 reply
  • 41 views

i want to Use Database connect action with mariaDB, Mysql using SSL CAFile Option. But Unable to find a way to connect to the CA file in AA DBConnect Action. can i know that how to solve it.

1 reply

Userlevel 7
Badge +10

Hi,

 

Please use a connection string to connect to MySql.

Please refer the below documentation to connect to database :

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-database-connect-action.html/p>

 

The below document can be referred to use the appropriate connection string to connect to Mysql

https://www.connectionstrings.com/mysql//p>

Reply