mysql查询数据库大小: select concat(round(sum(DATA_LENGTH/1024/1024),2),’MB’) as data from information_schema.TABLES
转载请注明:IT起义 » 常用mysql语句(一)
mysql查询数据库大小: select concat(round(sum(DATA_LENGTH/1024/1024),2),’MB’) as data from information_schema.TABLES
转载请注明:IT起义 » 常用mysql语句(一)