Unrecognized command line argument: prepare怎么解决
时间: 2024-03-16 13:45:29 浏览: 364
`Unrecognized command line argument: prepare` 错误提示表示您的命令行中没有识别到 `prepare` 命令。这可能是因为在命令中使用了错误的语法或参数选项,或者该命令不适用于您的 MySQL 版本或系统环境。
请检查您的命令是否正确,并尝试使用以下命令进行测试数据的准备(请将 `<username>`,`<password>` 和 `<database>` 替换为您的 MySQL 用户名、密码和数据库名):
```
sysbench oltp_common.lua oltp.lua --mysql-host=localhost --mysql-port=3306 --mysql-user=<username> --mysql-password=<password> --mysql-db=<database> --mysql-table-engine=InnoDB --table-size=5000000 --tables=1 --threads=8 --events=0 --time=0 --report-interval=10 --percentile=99 --rand-init=on --create_secondary=off --num-warehouses=500 prepare
```
如果您的 MySQL 服务器不在本地主机上,请将 `--mysql-host` 和 `--mysql-port` 参数替换为正确的值。
如果问题仍然存在,请提供更多错误信息或上下文,以便我能够更好地帮助您解决问题。
相关问题
root@DESKTOP-0CU081I:/# sysbench oltp_common.lua oltp.lua --mysql-user=yunqu --mysql-password=p@sswr0d123 --mysql-db=tpc c --mysql-table-engine=InnoDB --table-size=5000000 --tables=1 --threads=8 --events=0 --time=0 --report-interval=10 --per centile=99 --rand-init=on --create_secondary=off --num-warehouses=500 prepare Unrecognized command line argument: prepare
在您提供的命令中,`c` 与前面的 `--mysql-db=tpc` 之间有一个空格,这可能是命令无法识别 `prepare` 的原因。请使用以下命令进行测试数据的准备:
```
sysbench oltp_common.lua oltp.lua --mysql-user=yunqu --mysql-password=p@sswr0d123 --mysql-db=tpc --mysql-table-engine=InnoDB --table-size=5000000 --tables=1 --threads=8 --events=0 --time=0 --report-interval=10 --percentile=99 --rand-init=on --create_secondary=off --num-warehouses=500 prepare
```
注意,`--percentile` 参数中的 `t` 和 `i` 之间应该是没有空格的。
root@DESKTOP-0CU081I:/# sysbench oltp_common.lua oltp.lua --mysql-host=0.0.0.0 --mysql-port=3306 --mysql-user=yunqu --my sql-password=p@sswr0d123 --mysql-db=tpcc --mysql-table-engine=InnoDB --table-size=5000000 --tables=1 --threads=8 --event s=0 --time=0 --report-interval=10 --percentile=99 --rand-init=on --create_secondary=off --num-warehouses=500 prepare Unrecognized command line argument: prepare
请注意 `--my sql-password` 这个参数中间有一个空格,这可能是导致命令无法识别 `prepare` 的原因。请使用以下命令进行测试数据的准备:
```
sysbench oltp_common.lua oltp.lua --mysql-host=0.0.0.0 --mysql-port=3306 --mysql-user=yunqu --mysql-password=p@sswr0d123 --mysql-db=tpcc --mysql-table-engine=InnoDB --table-size=5000000 --tables=1 --threads=8 --events=0 --time=0 --report-interval=10 --percentile=99 --rand-init=on --create_secondary=off --num-warehouses=500 prepare
```
请注意,`--percentile` 参数中的 `t` 和 `i` 之间应该是没有空格的。
如果问题仍然存在,请提供更多错误信息或上下文,以便我能够更好地帮助您解决问题。
阅读全文