时间:2021-07-01 10:21:17 帮助过:2人阅读
//数据库表存储大小
select table_schema,table_name,table_rows,concat(round(data_length/1024/1024/1024,2),‘GB‘) length from tables where table_schema=‘ERP‘ order by table_rows desc;
//一台服务器传输到另一台服务器 路径写法
scp /home/table_t_user.sql root@115.29.249.149:/home
计算mysql 数据库 表大小 服务器传输
标签: