mysqldiskusage(1) - Linux man page
Name
MySQL - manual page for MySQL Utilities mysqldiskusage version 1.2.1 - MySQL Workbench Distribution
5.2.47
Synopsis
mysqldiskusage --server=user:pass@host:port:socket db1 --all
Description
mysqldiskusage - show disk usage for databases
Options
- --version
- show program's version number and exit
- --help
- display a help message and exit
- --server=SERVER
- connection information for the server in the form: <user>[:<password>]@<host>[:<port>][:<socket>] or
<login-path>[:<port>][:<socket>].
- -f FORMAT, --format=FORMAT
- display the output in either grid (default), tab, csv, or vertical format
- -h, --no-headers
- do not show column headers
- -b, --binlog
- include binary log usage
- -r, --relaylog
- include relay log usage
- -l, --logs
- include general and slow log usage
- -i, --innodb
- include InnoDB tablespace usage
- -m, --empty
- include empty databases
- -a, --all
- show all usage including empty databases
- -v, --verbose
- control how much information is displayed. e.g., -v = verbose, -vv = more verbose, -vvv = debug
- -q, --quiet
- turn off all messages for quiet execution.
Copyright
Copyright © 2010, 2013 Oracle and/or its affiliates. All rights reserved. This is a release of
dual licensed MySQL Utilities. For the avoidance of doubt, this particular copy of the software is released under the version 2 of the GNU General Public
License. MySQL Utilities is brought to you by Oracle.