extends('layout.php', ['title' => 'Admin :: Database status']) ?> start('content') ?> include('pages/admin/menu.php', ['action' => $action]); ?>
Running MySQL = $this->e($mysqlVersion); ?>
Table | Rows |
---|---|
= $this->e($tableName); ?> | = $this->e($numberOfRows); ?> |
Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
= $this->e($tableStatus['Name']); ?> | = $this->e($tableStatus['Engine']); ?> | = $tableStatus['Version']; ?> | = $this->e($tableStatus['Row_format']); ?> | = $tableStatus['Rows']; ?> | = $tableStatus['Avg_row_length']; ?> | = $tableStatus['Data_length']; ?> | = $tableStatus['Max_data_length']; ?> | = $tableStatus['Index_length']; ?> | = $tableStatus['Data_free']; ?> | = $tableStatus['Auto_increment']; ?> | = $this->e($tableStatus['Create_time']); ?> | = $this->e($tableStatus['Update_time']?:''); ?> | e($tableStatus['Check_time']) : ''; ?> | = $this->e($tableStatus['Collation']); ?> | e($tableStatus['Checksum']) : ''; ?> | = $this->e($tableStatus['Create_options']); ?> | = $this->e($tableStatus['Comment']); ?> |