Some checks failed
Vulhub Format Check and Lint / format-check (push) Has been cancelled
Vulhub Format Check and Lint / markdown-check (push) Has been cancelled
Vulhub Docker Image CI / longtime-images-test (push) Has been cancelled
Vulhub Docker Image CI / images-test (push) Has been cancelled
29 lines
713 B
PHP
29 lines
713 B
PHP
<?php
|
|
/*
|
|
* Generated configuration file
|
|
* Generated by: phpMyAdmin 4.6.2 setup script
|
|
* Date: Mon, 07 May 2018 10:48:03 +0000
|
|
*/
|
|
|
|
/* Servers configuration */
|
|
$i = 0;
|
|
|
|
/* Server: mysql [1] */
|
|
$i++;
|
|
$cfg['Servers'][$i]['verbose'] = 'mysql';
|
|
$cfg['Servers'][$i]['host'] = 'mysql';
|
|
$cfg['Servers'][$i]['port'] = 3306;
|
|
$cfg['Servers'][$i]['socket'] = '';
|
|
$cfg['Servers'][$i]['connect_type'] = 'tcp';
|
|
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
|
$cfg['Servers'][$i]['user'] = 'root';
|
|
$cfg['Servers'][$i]['password'] = '';
|
|
|
|
/* End of servers configuration */
|
|
|
|
$cfg['blowfish_secret'] = '5af02eda401ae8.69737537';
|
|
$cfg['DefaultLang'] = 'en';
|
|
$cfg['ServerDefault'] = 1;
|
|
$cfg['UploadDir'] = '';
|
|
$cfg['SaveDir'] = '';
|
|
?>
|