get_var("SELECT VERSION() AS version"); ?>
'.$text.'
| MYSQL | |
| v |
| $no | \n"; echo "$tablestatus->Name | \n"; echo ''.number_format($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 ''.$no.' '.__('Tables', 'wp-dbmanager').' | '."\n"; echo ''.number_format($row_usage).' | '."\n"; echo ''.format_size($data_usage).' | '."\n"; echo ''.format_size($index_usage).' | '."\n"; echo ''.format_size($overhead_usage).' | '."\n"; echo '
| '.__('Could Not Show Table Status Due To Your MYSQL Version Is Lower Than 3.23.', 'wp-dbmanager').' | |||||