mysql查看数据库的数据大小
不用多说,看语句.
select sum(data_length) from information_schema.TABLES where table_schema='database';
不用多说,看语句.
select sum(data_length) from information_schema.TABLES where table_schema='database';
Bad Behavior has blocked 47 access attempts in the last 7 days.