Not able to see MySQL db in the connect activity. Below are the server and port details
Server=localhost, uid=root, port=3306
@alokranjansingh20
follow these steps
- download odbc connector (32bit!) from https://dev.mysql.com/downloads/connector/odbc/
- install it
- windows search- data sources
- click this
- new → mysql unicode driver
- give credentials
- give a name = e.g. TEST_Datasource
- click OK
then in UiPath connect with this connection string
Dsn={dsn};uid={user};pwd={pass}
where dsn = TEST_Datasource
Thank you for the quick response, Jack. Yes, it worked. Thanks so much, mate!!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.