Skip to content

Commit 4b024d0

Browse files
authored
Merge pull request #3977 from XiaoK29/dev
📃 docs: Modifying MySQL copywriting errors
2 parents df67625 + 688e4f7 commit 4b024d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ technologies that integrate with ClickHouse.
311311
'localhost:3306',
312312
'my_database',
313313
'my_table',
314-
'postgresql_user',
314+
'mysql_user',
315315
'password')
316316
;
317317
```

i18n/jp/docusaurus-plugin-content-docs/current/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ ORDER BY timestamp
274274
'localhost:3306',
275275
'my_database',
276276
'my_table',
277-
'postgresql_user',
277+
'mysql_user',
278278
'password')
279279
;
280280
```

i18n/ru/docusaurus-plugin-content-docs/current/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ ORDER BY timestamp
308308
'localhost:3306',
309309
'my_database',
310310
'my_table',
311-
'postgresql_user',
311+
'mysql_user',
312312
'password')
313313
;
314314
```

i18n/zh/docusaurus-plugin-content-docs/current/quick-start.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ mysql(
274274
'localhost:3306',
275275
'my_database',
276276
'my_table',
277-
'postgresql_user',
277+
'mysql_user',
278278
'password')
279279
;
280280
```

0 commit comments

Comments
 (0)