1. MYSQL and Heidi SQL must be installed.
2022.06.12 - [RPA(english)/RPA and SQL(english)] - (Link RPA to SQL) 1. Install MYSQL
(Link RPA to SQL) 1. Install MYSQL
SQL is available on MS POWER AUTOMATE DESKTOP. JavaScript, CSV file read, and more Please keep that in mind. (1) MYSQL DOWN https://dev.mysql.com/downloads/mysql/ MySQL :: Download MySQL Community..
inrpa.tistory.com
2022.06.12 - [RPA(english)/RPA and SQL(english)] - (Link RPA to SQL) 2. Install Heidi SQL
(Link RPA to SQL) 2. Install Heidi SQL
To use Heidi SQL, you must have MYSQL installed. Please refer to this article. 2022.06.12 - [RPA(english)/RPA and SQL(english)] - (Link RPA to SQL) 1. Install MYSQL (Link RPA to SQL) 1. Install MYSQ..
inrpa.tistory.com
2. MS POWER AUTOMATE DESKTOP must be installed.
(Starting RPA)MS Power Automate Desktop DOWN
RPA means robotic processing automation, and it's easy to think about it, and you can always do what you have to do without a break Think of it as a work tool. Let's get down to business and learn h..
inrpa.tistory.com
Connecting RPA to SQL
1. DB CREATE

Run the downloaded Heidi SQL.

When installing MYSQL, the password is the same.

Create a database. We will connect to the RPA through the appropriate DB.

2. 흐름 작성

Type SQL in the search window.
If the search results appear as above, drag 'Open SQL connection' to the next blank screen.

Enter the text below when the screen like above appears.
Driver={MySQL ODBC 8.0 UNICODE Driver};Server=127.0.0.1;Port=3306;Database=blog;User=root;Password=****;Option=3;
Please put your DB name instead of 'blog'. In my case, I connected 'blog DB'.
You can enter your password in Password ****.

If the setting is complete, right-click 'Flow' and then press the button to execute it.

If the error message does not appear after execution and you see the same text as the captured copy above, the connection is successful.
Since you have successfully linked the RPA with SQL, the next article will teach you how to send SQL query statements.
Thank you.
'RPA(english) > RPA and SQL(english)' 카테고리의 다른 글
| How to remotely access MYSQL on another PC (DB access, Permission granted) (3) | 2022.06.29 |
|---|---|
| (MS Power Automate Desktop) Resolving LIKE Query Errors (0) | 2022.06.16 |
| (MS Power Automate Desktop)4.POWER AUTOMATE DESKTOP TO Query(CREATE, INSERT, DELETE) (0) | 2022.06.14 |
| (MS Power Automate Desktop) 2. Install Heidi SQL (2) | 2022.06.12 |
| (MS Power Automate Desktop) 1. Install MYSQL (2) | 2022.06.12 |
댓글