2020年12月10日

查看redis的版本号

摘要: linux平台查询redis版本号 1 redis-server -v 2 redis-server --version 阅读全文

posted @ 2020-12-10 19:13 红薯啦里去挖 阅读(1232) 评论(0) 推荐(0)

查询mysql数据库表的内容占用的存储

摘要: select table_name, concat(round(sum(data_length/1024/1024),2),'MB') as data from information_schema.tables where table_schema='sjfx' group by table_na 阅读全文

posted @ 2020-12-10 14:58 红薯啦里去挖 阅读(150) 评论(0) 推荐(0)

导航