$73 GRAYBYTE WORDPRESS FILE MANAGER $60

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/usr/share/mysql/

HOME
Current File : /usr/share/mysql//mysql_performance_tables.sql
--
-- PERFORMANCE SCHEMA INSTALLATION
-- Note that this script is also reused by mysql_upgrade,
-- so we have to be very careful here to not destroy any
-- existing database named 'performance_schema' if it
-- can contain user data.
-- In case of downgrade, it's ok to drop unknown tables
-- from a future version, as long as they belong to the
-- performance schema engine.
--

set @have_old_pfs= (select count(*) from information_schema.schemata where schema_name='performance_schema');

SET @cmd="SET @broken_tables = (select count(*) from information_schema.tables  where engine != 'PERFORMANCE_SCHEMA' and table_schema='performance_schema')";

-- Work around for bug#49542
SET @str = IF(@have_old_pfs = 1, @cmd, 'SET @broken_tables = 0');
PREPARE stmt FROM @str;
EXECUTE stmt;
DROP PREPARE stmt;

SET @cmd="SET @broken_views = (select count(*) from information_schema.views where table_schema='performance_schema')";

-- Work around for bug#49542
SET @str = IF(@have_old_pfs = 1, @cmd, 'SET @broken_views = 0');
PREPARE stmt FROM @str;
EXECUTE stmt;
DROP PREPARE stmt;

SET @broken_routines = (select count(*) from mysql.proc where db='performance_schema');

SET @broken_events = (select count(*) from mysql.event where db='performance_schema');

SET @broken_pfs= (select @broken_tables + @broken_views + @broken_routines + @broken_events);

--
-- The performance schema database.
-- Only drop and create the database if this is safe (no broken_pfs).
-- This database is created, even in --without-perfschema builds,
-- so that the database name is always reserved by the MySQL implementation.
--

SET @cmd= "DROP DATABASE IF EXISTS performance_schema";

SET @str = IF(@broken_pfs = 0, @cmd, 'SET @dummy = 0');
PREPARE stmt FROM @str;
EXECUTE stmt;
DROP PREPARE stmt;

SET @cmd= "CREATE DATABASE performance_schema character set utf8mb3";

SET @str = IF(@broken_pfs = 0, @cmd, 'SET @dummy = 0');
PREPARE stmt FROM @str;
EXECUTE stmt;
DROP PREPARE stmt;

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
16 Mar 2026 5.03 PM
root / root
0755
bulgarian
--
16 Dec 2025 9.32 PM
root / root
0755
charsets
--
16 Dec 2025 9.25 PM
root / root
0755
chinese
--
16 Dec 2025 9.32 PM
root / root
0755
czech
--
16 Dec 2025 9.32 PM
root / root
0755
danish
--
16 Dec 2025 9.32 PM
root / root
0755
dutch
--
16 Dec 2025 9.32 PM
root / root
0755
english
--
16 Dec 2025 9.32 PM
root / root
0755
estonian
--
16 Dec 2025 9.32 PM
root / root
0755
french
--
16 Dec 2025 9.32 PM
root / root
0755
german
--
16 Dec 2025 9.32 PM
root / root
0755
greek
--
16 Dec 2025 9.32 PM
root / root
0755
hindi
--
16 Dec 2025 9.32 PM
root / root
0755
hungarian
--
16 Dec 2025 9.32 PM
root / root
0755
italian
--
16 Dec 2025 9.32 PM
root / root
0755
japanese
--
16 Dec 2025 9.32 PM
root / root
0755
korean
--
16 Dec 2025 9.32 PM
root / root
0755
norwegian
--
16 Dec 2025 9.32 PM
root / root
0755
norwegian-ny
--
16 Dec 2025 9.32 PM
root / root
0755
policy
--
26 Oct 2025 12.46 AM
root / root
0755
polish
--
16 Dec 2025 9.32 PM
root / root
0755
portuguese
--
16 Dec 2025 9.32 PM
root / root
0755
romanian
--
16 Dec 2025 9.32 PM
root / root
0755
russian
--
16 Dec 2025 9.32 PM
root / root
0755
serbian
--
16 Dec 2025 9.32 PM
root / root
0755
slovak
--
16 Dec 2025 9.32 PM
root / root
0755
spanish
--
16 Dec 2025 9.32 PM
root / root
0755
swedish
--
16 Dec 2025 9.32 PM
root / root
0755
systemd
--
16 Dec 2025 9.32 PM
root / root
0755
ukrainian
--
16 Dec 2025 9.32 PM
root / root
0755
binary-configure
1.128 KB
26 Oct 2025 12.42 AM
root / root
0755
errmsg-utf8.txt
699.673 KB
26 Oct 2025 12.19 AM
root / root
0644
fill_help_tables.sql
2.06 MB
26 Oct 2025 12.19 AM
root / root
0644
magic
1.436 KB
26 Oct 2025 12.20 AM
root / root
0644
maria_add_gis_sp.sql
1.665 KB
26 Oct 2025 12.42 AM
root / root
0644
maria_add_gis_sp_bootstrap.sql
1.644 KB
26 Oct 2025 12.42 AM
root / root
0644
mysql-log-rotate
0.873 KB
26 Oct 2025 12.42 AM
root / root
0644
mysql.server
12.024 KB
26 Oct 2025 12.42 AM
root / root
0755
mysql_performance_tables.sql
1.912 KB
26 Oct 2025 12.19 AM
root / root
0644
mysql_sys_schema.sql
605.196 KB
26 Oct 2025 12.42 AM
root / root
0644
mysql_system_tables.sql
29.855 KB
26 Oct 2025 12.19 AM
root / root
0644
mysql_system_tables_data.sql
3.249 KB
26 Oct 2025 12.19 AM
root / root
0644
mysql_test_data_timezone.sql
10.169 KB
26 Oct 2025 12.19 AM
root / root
0644
mysql_test_db.sql
1.64 KB
26 Oct 2025 12.19 AM
root / root
0644
mysqld_multi.server
1.527 KB
26 Oct 2025 12.42 AM
root / root
0755
wsrep.cnf
3.393 KB
26 Oct 2025 12.42 AM
root / root
0644
wsrep_notify
4.862 KB
26 Oct 2025 12.42 AM
root / root
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF