{include file="admin/header.html"} {nocache}

数据库管理

{foreach from=$table item=value key=k} {/foreach}
||
选择 表名 记录数 数据大小 操作
{$value['Name']} {$value['Rows']} {if $value['Data_length']/1024 < 1024}{round($value['Data_length']/1024,2)} KB{else}{round(($value['Data_length']/1024)/1024,2)} M{/if} 修复
{/nocache}