get_var("SELECT VERSION() AS version"); ?>

'.$text.'

'; } ?>


MYSQL
v

 


get_results("SHOW TABLE STATUS"); foreach($tablesstatus as $tablestatus) { if($no%2 == 0) { $style = ''; } else { $style = ' class="alternate"'; } $no++; echo "\n"; echo ''."\n"; echo "\n"; echo ''."\n"; echo ''."\n"; echo ''."\n";; echo ''."\n"; $row_usage += $tablestatus->Rows; $data_usage += $tablestatus->Data_length; $index_usage += $tablestatus->Index_length; $overhead_usage += $tablestatus->Data_free; echo ''."\n"; } echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''; ?>
'.number_format_i18n($no).'$tablestatus->Name'.number_format_i18n($tablestatus->Rows).''.format_size($tablestatus->Data_length).''.format_size($tablestatus->Index_length).''.format_size($tablestatus->Data_free).'
'.__('Total:', 'wp-dbmanager').''.sprintf(_n('%s Table', '%s Tables', $no, 'wp-dbmanager'), number_format_i18n($no)).''.sprintf(_n('%s Record', '%s Records', $row_usage, 'wp-dbmanager'), number_format_i18n($row_usage)).''.format_size($data_usage).''.format_size($index_usage).''.format_size($overhead_usage).'