zoukankan      html  css  js  c++  java
  • mysql 查询数据库指定表大小

    1、查询数据库指定表大小
    select concat(round(sum(DATA_LENGTH/1024/1024),2),'MB') as data from information_schema.TABLES where table_schema = 'db_name' and table_name = 'table_name';
    我们只需要努力,然后剩下的交给时间。
  • 相关阅读:
    405
    406
    4-1
    3-11
    3-10
    3-9
    3-8
    3-7
    3-5
    3-4
  • 原文地址:https://www.cnblogs.com/lgj8/p/14487153.html
Copyright © 2011-2022 走看看