There was an error while loading. Please reload this page.
1 parent b13696c commit 065e269Copy full SHA for 065e269
README.md
@@ -44,7 +44,9 @@ java -jar mysql-tester-${VERSION}.jar --mysql-username=用户名 --mysql-passwor
44
# clone项目
45
```aidl
46
1. 启动类: com.wuda.tester.mysql.Bootstrap
47
-2. 启动之前必须配置 --mysql-username 和 --mysql-password 两个args,默认连接到本地mysql数据库
+2. 启动之前必须配置 --mysql-username 和 --mysql-password 两个args,默认连接到本地mysql数据库,比如对于IDEA开发工具,
48
+输入命令行参数的位置是:Run -> Edit Configuritions -> Configration -> Program arguments ,在输入框中输入
49
+--mysql-username=your username --mysql-password=your password 即可
50
```
51
52
# 支持的参数(必须放在mysql-tester-${VERSION}.jar后面)
0 commit comments