mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00

* pages/*: prefer brand name and add backticks around commands --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
449 B
449 B
mytop
Display MySQL server performance info like
top
. More information: http://jeremy.zawodny.com/mysql/mytop/mytop.html.
- Start
mytop
:
mytop
- Connect with a specified username and password:
mytop -u {{user}} -p {{password}}
- Connect with a specified username (the user will be prompted for a password):
mytop -u {{user}} --prompt
- Do not show any idle (sleeping) threads:
mytop -u {{user}} -p {{password}} --noidle