I'm not able to connect MySQL db to Uipath studio. Please suggest a solution

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

  1. download odbc connector (32bit!) from https://dev.mysql.com/downloads/connector/odbc/
  2. install it
  3. windows search- data sources
  4. click this
    image
  5. new → mysql unicode driver
  6. give credentials
  7. give a name = e.g. TEST_Datasource
  8. 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.