' . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . htmlspecialchars($current['db_name']) . "\n"
. ' ' . "\n"
. ' ' . "\n";
if (!empty($dbstats)) {
echo ' ' . "\n"
. ' ' . $current['tbl_cnt'] . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . $data_size . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . $data_unit . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . $idx_size . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . $idx_unit . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . $tot_size . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . $tot_unit . "\n"
. ' ' . "\n"
. ' ' . "\n";
}
echo ' ' . "\n"
. ' '. "\n"
. ' ' . $strCheckPrivs . "\n"
. ' ' . "\n"
. ' ' . "\n"
. ' ' . "\n";
$useBgcolorOne = !$useBgcolorOne;
} // end while
if (!empty($dbstats)) {
list($data_size, $data_unit) = PMA_formatByteDown($total_calc['data_sz'], 3, 1);
list($idx_size, $idx_unit) = PMA_formatByteDown($total_calc['idx_sz'], 3, 1);
list($tot_size, $tot_unit) = PMA_formatByteDown($total_calc['tot_sz'], 3, 1);
echo '