You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guides/40-load-data/02-load-db/addax.md
+2-99Lines changed: 2 additions & 99 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,104 +18,7 @@ DatabendReader and DatabendWriter are integrated plugins of Addax, allowing seam
18
18
19
19
The DatabendReader plugin enables reading data from Databend. Databend provides compatibility with the MySQL client protocol, so you can also use the [MySQLReader](https://wgzhao.github.io/Addax/develop/reader/mysqlreader/) plugin to retrieve data from Databend. For more information about DatabendReader, see https://wgzhao.github.io/Addax/develop/reader/databendreader/
20
20
21
-
## Tutorial: Data Loading from MySQL
21
+
## Tutorials
22
22
23
-
In this tutorial, you will load data from MySQL to Databend with Addax. Before you start, make sure you have successfully set up Databend, MySQL, and Addax in your environment.
23
+
-[Migrating from MySQL with Addax](/tutorials/migrate/migrating-from-mysql-with-addax)
24
24
25
-
1. In MySQL, create a SQL user that you will use for data loading and then create a table and populate it with sample data.
26
-
27
-
```sql title='In MySQL:'
28
-
mysql> create user 'mysqlu1'@'%' identified by '123';
3. Copy and paste the following code to a file, and name the file as *mysql_demo.json*:
43
-
44
-
:::note
45
-
For the available parameters and their descriptions, refer to the documentation provided at the following link: https://wgzhao.github.io/Addax/develop/writer/databendwriter/#_2
In this tutorial, you will load data from MySQL to Databend with Addax. Before you start, make sure you have successfully set up Databend, MySQL, and Addax in your environment.
6
+
7
+
1. In MySQL, create a SQL user that you will use for data loading and then create a table and populate it with sample data.
8
+
9
+
```sql title='In MySQL:'
10
+
mysql> create user 'mysqlu1'@'%' identified by '123';
3. Copy and paste the following code to a file, and name the file as *mysql_demo.json*:
25
+
26
+
:::note
27
+
For the available parameters and their descriptions, refer to the documentation provided at the following link: https://wgzhao.github.io/Addax/develop/writer/databendwriter/#_2
0 commit comments