We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b74338 commit 5f556a5Copy full SHA for 5f556a5
1 file changed
src/script/analysis_slow_query.sh
@@ -28,7 +28,7 @@ fi
28
#收集日志
29
#RDS需要增加--no-version-check选项
30
${pt_query_digest} \
31
---user=${archery_db_user} --password=${archery_db_password} --port=${archery_db_port} \
+--user=${archery_db_user} --password=${archery_db_password} --host=${archery_db_host} --port=${archery_db_port} \
32
--review h=${archery_db_host},D=${archery_db_database},t=mysql_slow_query_review \
33
--history h=${archery_db_host},D=${archery_db_database},t=mysql_slow_query_review_history \
34
--no-report --limit=100% --charset=utf8 \
0 commit comments