Skip to content

Commit

Permalink
udf --local-infile
Browse files Browse the repository at this point in the history
  • Loading branch information
yangj1211 committed Aug 27, 2024
1 parent 64a61e5 commit 63baba6
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 63baba6

Please sign in to comment.