LinuxCommandLibrary

mytop

mytop

TLDR

Start mytop

$ mytop
copy


Connect with a specified username and password
$ mytop -u [user] -p [password]
copy


Connect with a specified username (the user will be prompted for a password)
$ mytop -u [user] --prompt
copy


Do not show any idle (sleeping) threads
$ mytop -u [user] -p [password] --noidle
copy

SEE ALSO

For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/

AUTHOR

MariaDB Foundation (http://www.mariadb.org/).

Copied to clipboard