Skip to content

Commit

Permalink
Merge pull request #1122 from yangj1211/udf
Browse files Browse the repository at this point in the history
udf --local-infile
  • Loading branch information
yangj1211 authored Aug 27, 2024
2 parents 64a61e5 + 63baba6 commit b1846aa
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit b1846aa

Please sign in to comment.