!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16. PHP/5.4.16 

uname -a: Linux roko-bkp 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64 

uid=48(apache) gid=48(apache) groups=48(apache),1003(webmaster) 

Safe-mode: OFF (not secure)

/usr/share/phpMyAdmin/libraries/   drwxr-xr-x
Free 9.25 GB of 93.48 GB (9.9%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     mysql_relations.lib.php (5.12 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
 * Internal relations for mysql database.
 *
 * @package PhpMyAdmin
 */
if (! defined('PHPMYADMIN')) {
    exit;
}

/**
 * Internal relations for mysql database.
 */
$GLOBALS['mysql_relations'] = array(
    
'columns_priv' => array(
        
'Db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'db' => array(
        
'Db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'event' => array(
        
'db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
        
'character_set_client' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'CHARACTER_SETS',
            
'foreign_field' => 'CHARACTER_SET_NAME'
        
),
        
'collation_connection' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'COLLATIONS',
            
'foreign_field' => 'COLLATION_NAME'
        
),
        
'db_collation' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'COLLATIONS',
            
'foreign_field' => 'COLLATION_NAME'
        
),
    ),
    
'help_category' => array(
        
'parent_category_id' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'help_category',
            
'foreign_field' => 'help_category_id'
        
),
    ),
    
'help_relation' => array(
        
'help_topic_id' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'help_topic',
            
'foreign_field' => 'help_topic_id'
        
),
        
'help_keyword_id' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'help_keyword',
            
'foreign_field' => 'help_keyword_id'
        
),
    ),
    
'help_topic' => array(
        
'help_category_id' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'help_category',
            
'foreign_field' => 'help_category_id'
        
),
    ),
    
'innodb_index_stats' => array(
        
'database_name' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'innodb_table_stats' => array(
        
'database_name' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'proc' => array(
        
'db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
        
'character_set_client' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'CHARACTER_SETS',
            
'foreign_field' => 'CHARACTER_SET_NAME'
        
),
        
'collation_connection' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'COLLATIONS',
            
'foreign_field' => 'COLLATION_NAME'
        
),
        
'db_collation' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'COLLATIONS',
            
'foreign_field' => 'COLLATION_NAME'
        
),
    ),
    
'proc_priv' => array(
        
'Db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'servers' => array(
        
'Db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'slow_log' => array(
        
'db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'tables_priv' => array(
        
'Db' => array(
            
'foreign_db'    => 'information_schema',
            
'foreign_table' => 'SCHEMATA',
            
'foreign_field' => 'SCHEMA_NAME'
        
),
    ),
    
'time_zone_name' => array(
        
'Time_zone_id' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'time_zone',
            
'foreign_field' => 'Time_zone_id'
        
),
    ),
    
'time_zone_transition' => array(
        
'Time_zone_id' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'time_zone',
            
'foreign_field' => 'Time_zone_id'
        
),
        
'Transition_time' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'time_zone_leap_second',
            
'foreign_field' => 'Transition_time'
        
)
    ),
    
'time_zone_transition_type' => array(
        
'Time_zone_id' => array(
            
'foreign_db'    => 'mysql',
            
'foreign_table' => 'time_zone',
            
'foreign_field' => 'Time_zone_id'
        
),
    ),
);
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0042 ]--