Chuck Hawley (ladmin - chuck) 208a927738 Updated README.md
2015-11-04 13:35:00 -05:00
2015-11-04 13:16:31 -05:00
2015-11-04 13:35:00 -05:00

linux
mysql
# mysqlstatus

Bash script that allows you to peek at non-root user actions on a Percona MySQL database. (may work with MariaDB)

Requires user_statistics enabled ( userstat=1 under [mysqld] in /etc/my.cnf)

Also accounts for databases on non-standard ports:

USAGE:

Peek at instance on default port with a refresh of .5s

mysqlstatus.sh

Peek at instance on default port with a refresh of .25s

mysqlstatus.sh 3306 .25

Peek at instance on port 3317 with a refresh of 1s

mysqlstatus.sh 3317 1
Description
Bash script that allows you to peek at non-root user actions on a Percona MySQL database. (may work with MariaDB)
Readme 81 KiB
Languages
Shell 100%