Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

udf --local-infile #1122

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/MatrixOne/Develop/udf/udf-python-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
mo_ctl connect
```

如果远程连接服务器,请使用以下命令:

```
mysql -h <host> -P 6001 -u<user_name> -p<password> --local-infile
```

连接成功后将进入 mysql client 命令行工具。

## 导入 phython 文件以构建 UDF
Expand Down
Loading