mysql: systeem info opvragen

Posted by Paul Verreth Mon, 05 Feb 2007 16:00:00 GMT

English version of this quickref

Kort overzicht van de meest nuttige show commando’s voor het opvragen van systeem informatie:

pager less;

show databases;

show tables;

show create database|table database|table;

show [full] processlist; (\G)

show table status;

show status;
show engine innodb status; (\G)

show privileges;
show grants;

show variables;

show warnings;
show error; 

Opmerking:

Output voor de show table status:

Voor innodb: InnoDB free: ... geeft de vrije ruimte in de tablespace.

Posted in  | Tags

Comments are disabled