MySQL show statement
show status
show status
show process list
show processlist
show variables
show variables
show databases
show databases
show create table
show create table mytable
show table status
show table status like 'foo'
will show you the next autoincrement value
show binary logs
you can check if binary logiing is enabled byshow binary logs;
REFERRERS
MySqlStatements