Skip to content

Instantly share code, notes, and snippets.

@parisk
Created February 15, 2016 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parisk/2b703f97972df7025966 to your computer and use it in GitHub Desktop.
Save parisk/2b703f97972df7025966 to your computer and use it in GitHub Desktop.
SourceLair MySQL PHPMyAdmin config
<?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