Connect to MySQL database error

For MySQL

I am trying to insert data from Datatable to MySQL database.

I have used connection string to connect my database:

“server=localhost;uid=root;password=ui123;database=sampledb”

the output I am getting is as shown below:

want to know what can I do to solve this error?

Thank You.

Hi @mavsp8 ,

To connect my sql db from UiPath we have to download my sql driver from internet and use ODBC connector to connect with UiPath. Please refer the below link which is having step by step process to connect the mysql DB with UiPath.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.