Skip to content

Conversation

@fixpng
Copy link

@fixpng fixpng commented Nov 21, 2025

Summary

myloader -h xxx.xxx.xxx.xxx -P2883 -u 'root@sys#myoceanbase' -p 'xxxxxxxx' -B testdb -s testdb -o -d /data/backup/testdb/

** (myloader:16691): CRITICAL **: 05:16:13.037: option parsing failed: Cannot parse integer value “-u” for -P, try --help

Solution Description

调整 -P 参数格式(-P2883 → -P 2883),避免端口参数解析时误读后续 -u

调整 -P 参数格式(-P2883 → -P 2883),避免端口参数解析时误读后续 -u
如:** (myloader:16691): CRITICAL **: 05:16:13.037: option parsing failed: Cannot parse integer value “-u” for -P, try --help
调整 -P 参数格式(-P2883 → -P 2883),避免端口参数解析时误读后续 -u
如:** (myloader:16691): CRITICAL **: 05:16:13.037: option parsing failed: Cannot parse integer value “-u” for -P, try --help
@CLAassistant
Copy link

CLAassistant commented Nov 21, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants