get_var("SELECT VERSION() AS version"); ?>
'.$text.'
| MYSQL | |
| v |
| '.number_format_i18n($no).' | '."\n"; echo "$tablestatus->Name | \n"; echo ''.number_format_i18n($tablestatus->Rows).' | '."\n"; echo ''.format_size($tablestatus->Data_length).' | '."\n"; echo ''.format_size($tablestatus->Index_length).' | '."\n";; echo ''.format_size($tablestatus->Data_free).' | '."\n"; $row_usage += $tablestatus->Rows; $data_usage += $tablestatus->Data_length; $index_usage += $tablestatus->Index_length; $overhead_usage += $tablestatus->Data_free; echo '
| '.__('Total:', 'wp-dbmanager').' | '."\n"; echo ''.sprintf(_n('%s Table', '%s Tables', $no, 'wp-dbmanager'), number_format_i18n($no)).' | '."\n"; echo ''.sprintf(_n('%s Record', '%s Records', $row_usage, 'wp-dbmanager'), number_format_i18n($row_usage)).' | '."\n"; echo ''.format_size($data_usage).' | '."\n"; echo ''.format_size($index_usage).' | '."\n"; echo ''.format_size($overhead_usage).' | '."\n"; echo '