GRAYBYTE WORDPRESS FILE MANAGER2693

Server IP : 198.54.121.189 / Your IP : 216.73.216.34
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /usr/share/mysql/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


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;

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 26 2025 08:36:42
root / root
0755
bulgarian
--
June 18 2025 08:37:34
root / root
0755
charsets
--
June 18 2025 08:31:20
root / root
0755
chinese
--
June 18 2025 08:37:34
root / root
0755
czech
--
June 18 2025 08:37:34
root / root
0755
danish
--
June 18 2025 08:37:34
root / root
0755
dutch
--
June 18 2025 08:37:34
root / root
0755
english
--
June 18 2025 08:37:34
root / root
0755
estonian
--
June 18 2025 08:37:34
root / root
0755
french
--
June 18 2025 08:37:34
root / root
0755
german
--
June 18 2025 08:37:34
root / root
0755
greek
--
June 18 2025 08:37:34
root / root
0755
hindi
--
June 18 2025 08:37:34
root / root
0755
hungarian
--
June 18 2025 08:37:34
root / root
0755
italian
--
June 18 2025 08:37:34
root / root
0755
japanese
--
June 18 2025 08:37:34
root / root
0755
korean
--
June 18 2025 08:37:34
root / root
0755
norwegian
--
June 18 2025 08:37:34
root / root
0755
norwegian-ny
--
June 18 2025 08:37:34
root / root
0755
policy
--
May 28 2025 17:32:49
root / root
0755
polish
--
June 18 2025 08:37:34
root / root
0755
portuguese
--
June 18 2025 08:37:34
root / root
0755
romanian
--
June 18 2025 08:37:34
root / root
0755
russian
--
June 18 2025 08:37:34
root / root
0755
serbian
--
June 18 2025 08:37:34
root / root
0755
slovak
--
June 18 2025 08:37:34
root / root
0755
spanish
--
June 18 2025 08:37:34
root / root
0755
swedish
--
June 18 2025 08:37:34
root / root
0755
systemd
--
June 18 2025 08:37:34
root / root
0755
ukrainian
--
June 18 2025 08:37:34
root / root
0755
binary-configure
1.128 KB
May 28 2025 17:32:49
root / root
0755
errmsg-utf8.txt
699.673 KB
May 28 2025 17:32:49
root / root
0644
fill_help_tables.sql
2.06 MB
May 28 2025 17:32:49
root / root
0644
magic
1.436 KB
May 28 2025 17:32:49
root / root
0644
maria_add_gis_sp.sql
1.665 KB
May 28 2025 17:32:49
root / root
0644
maria_add_gis_sp_bootstrap.sql
1.644 KB
May 28 2025 17:32:49
root / root
0644
mysql-log-rotate
0.873 KB
May 28 2025 17:32:49
root / root
0644
mysql.server
12.384 KB
May 28 2025 17:32:49
root / root
0755
mysql_performance_tables.sql
1.912 KB
May 28 2025 17:32:49
root / root
0644
mysql_sys_schema.sql
605.196 KB
May 28 2025 17:32:49
root / root
0644
mysql_system_tables.sql
29.855 KB
May 28 2025 17:32:49
root / root
0644
mysql_system_tables_data.sql
3.249 KB
May 28 2025 17:32:49
root / root
0644
mysql_test_data_timezone.sql
10.169 KB
May 28 2025 17:32:49
root / root
0644
mysql_test_db.sql
1.64 KB
May 28 2025 17:32:49
root / root
0644
mysqld_multi.server
1.527 KB
May 28 2025 17:32:49
root / root
0755
wsrep.cnf
3.393 KB
May 28 2025 17:32:49
root / root
0644
wsrep_notify
4.862 KB
May 28 2025 17:32:49
root / root
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF