Created
February 15, 2016 01:09
-
-
Save parisk/2b703f97972df7025966 to your computer and use it in GitHub Desktop.
SourceLair MySQL PHPMyAdmin config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
* Generated configuration file | |
* Generated by: phpMyAdmin 4.5.4 setup script | |
* Date: Fri, 29 Jan 2016 12:34:04 +0000 | |
*/ | |
/* Servers configuration */ | |
$i = 0; | |
/* Server: sourcelair [1] */ | |
$i++; | |
$cfg['Servers'][$i]['verbose'] = 'sourcelair'; | |
$cfg['Servers'][$i]['host'] = 'mysql'; | |
$cfg['Servers'][$i]['port'] = ''; | |
$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'] = '56ab5b9bda6305.64858666'; | |
$cfg['DefaultLang'] = 'en'; | |
$cfg['ServerDefault'] = 1; | |
$cfg['UploadDir'] = ''; | |
$cfg['SaveDir'] = ''; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment