We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
File: /release-8.5/tiup/tiup-bench.md
在该文档中,使用默认命令示例初始化数据,有一定误导性。 初学者一度纠结在为啥报错信息提示“ oading data” 报错日志如下: ``# tiup bench tpcc --warehouses 4 --parts 4 prepare Checking updates for component bench... Timedout (after 2s) Starting component bench: /root/.tiup/components/bench/v1.12.0/tiup-bench tpcc --warehouses 4 --parts 4 prepare panic: failed to connect to database when loading data
建议增加必要元素的命令示例,如用户名、密码、主机、端口等; 如: `# tiup bench tpcc -H192.168.169.31 -P4000 -D tpcc -Uroot -ptidb --warehouses 4 --parts 4 prepare`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
File: /release-8.5/tiup/tiup-bench.md
在该文档中,使用默认命令示例初始化数据,有一定误导性。
初学者一度纠结在为啥报错信息提示“ oading data”
报错日志如下:
``# tiup bench tpcc --warehouses 4 --parts 4 prepare
Checking updates for component bench... Timedout (after 2s)
Starting component bench: /root/.tiup/components/bench/v1.12.0/tiup-bench tpcc --warehouses 4 --parts 4 prepare
panic: failed to connect to database when loading data
The text was updated successfully, but these errors were encountered: