Skip to content

Commit

Permalink
[catalog](faq) add jdbc catalog faq (apache#22129)
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba authored Jul 25, 2023
1 parent 1e8ae7a commit 527547b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/docs/lakehouse/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ under the License.
);
```
14. When using JDBC Catalog to synchronize MySQL data to Doris, the date data synchronization error occurs. It is necessary to check whether the MySQL version corresponds to the MySQL driver package. For example, the driver com.mysql.cj.jdbc.Driver is required for MySQL8 and above.
1 change: 1 addition & 0 deletions docs/zh-CN/docs/lakehouse/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ under the License.
);
```
14. 使用JDBC Catalog将MySQL数据同步到Doris中,日期数据同步错误。需要校验下MySQL的版本是否与MySQL的驱动包是否对应,比如MySQL8以上需要使用驱动com.mysql.cj.jdbc.Driver。

0 comments on commit 527547b

Please sign in to comment.