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
根据官网测试脚本测试,报错: ./test_stand_select_perf.sh jdbc:mysql://localhost:8066/iims_data admin 123456 1 1 file=mysql-select.sql
mysql-select.sql: sql=select * from iims_data_wl where userid= ${int(100)}
server.xml 用户名,密码配置检查无误,ip设置也可以访问,
The text was updated successfully, but these errors were encountered:
是不是bug,我什么都没动,然后又执行成功了。
Sorry, something went wrong.
No branches or pull requests
根据官网测试脚本测试,报错:
./test_stand_select_perf.sh jdbc:mysql://localhost:8066/iims_data admin 123456 1 1 file=mysql-select.sql
mysql-select.sql:
sql=select * from iims_data_wl where userid= ${int(100)}
报错:
execute sql times:1
failed create thread 0 err java.sql.SQLException: Access denied for user 'admin' with host '127.0.0.1'
success create thread count: 0
all thread started,waiting finsh...
finishend:0 failed:0 qps:0.00,query time min:2147483647ms,max:0ms,avg:0.00
finishend:0 failed:0 qps:0.00,query time min:2147483647ms,max:0ms,avg:0.00
finished all,total time :1
server.xml 用户名,密码配置检查无误,ip设置也可以访问,
The text was updated successfully, but these errors were encountered: