MySql Connectivity prerequisites

Hi All,

I want to Fetch data from MySql database.
What are the prerequisite for this connectivity.
I dont have MySql installed on system.

hi @SagarSB

1.Check this link for downloading the MY SQL file

2.To fetch data from MYSQL Database
a.Use connect activity in Uipath and give the MySQL Connection
b. Use Execute Query and give the statement as “Select * from tablename”
c.Write the result in excel based on query result

Thanks
Ashwin S