Connect MySql Database - Myql.Data.MySqlClient provider does not exist

Hello everyone, everything good?
I’m having problems here with the platform when it comes to making a connection with an external MySql database. It turns out that I can’t find the Provider MySql.Data.MySqlClient. The problem happened after updating to the new version of UiPath 2023.12 on the Windows version (the legacy continues to appear). The MySql Connector is fine, even working in other applications. Can anyone help me?

Hey @Italo_Cosendey
Please check this topic.
Hope it helps.

A Windows compatibility project that has activities with the MySql.Data.MySqlClient connection throws an error unless the connection option is set to System.Data.Odbc (the MySQL ODBC Driver needs to be installed on the machine using the Microsoft ODBC Data Source Administrator).

Reference: Activities - Release Notes

Fow Windows compatibility projects, you need to install an ODBC 64-bit driver and use an User or System DSN configured in Start → ODBC Data Sources (64-bit) in the Studio/Robot machine.

After, you can configure the connection in the Connect to database activity in Studio.

My solution to solve the problem was to configure click to configure with Wizard and I selected it as follows, as shown in the print below. Just below I selected MySql and made the connection. It worked!

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