Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.119
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
phpmyadmin /
libraries /
engines /
Delete
Unzip
Name
Size
Permission
Date
Action
Bdb.php
1.91
KB
-rw-r--r--
2017-01-23 20:20
Berkeleydb.php
256
B
-rw-r--r--
2017-01-23 20:20
Binlog.php
548
B
-rw-r--r--
2017-01-23 20:20
Innobase.php
262
B
-rw-r--r--
2017-01-23 20:20
Innodb.php
13.71
KB
-rw-r--r--
2017-01-23 20:20
Memory.php
644
B
-rw-r--r--
2017-01-23 20:20
Merge.php
295
B
-rw-r--r--
2017-01-23 20:20
Mrg_Myisam.php
510
B
-rw-r--r--
2017-01-23 20:20
Myisam.php
3.33
KB
-rw-r--r--
2017-01-23 20:20
Ndbcluster.php
1.06
KB
-rw-r--r--
2017-01-23 20:20
Pbxt.php
7.08
KB
-rw-r--r--
2017-01-23 20:20
Performance_Schema.php
584
B
-rw-r--r--
2017-01-23 20:20
Save
Rename
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * The performance schema storage engine * * @package PhpMyAdmin-Engines */ namespace PMA\libraries\engines; use PMA\libraries\StorageEngine; /** * The performance schema storage engine * * @package PhpMyAdmin-Engines */ class Performance_Schema extends StorageEngine { /** * Returns string with filename for the MySQL helppage * about this storage engine * * @return string mysql helppage filename */ public function getMysqlHelpPage() { return 'performance-schema'; } }