We are using MySQL as our database. We can able to access MySQL using a browser(********.com). We also installed MySQL workbench in our System. In MySQL Workbench, we can query the database.
While we try to connect MySQL with Uipath connect activity using the Connection String = “Server=***********.com;uid=***;pwd= passwor;d;database=;port=3306”
it’s not working. It is returning a null value.
I want to mention one thing, in the password, there is ;(semicolon) like passwo;rd. Is there any way to escape that semicolon?