1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/phpmyadmin/templates/config.inc.php
2021-09-30 00:35:27 +01:00

31 lines
810 B
PHP

<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 4.2.7.1 setup script
* Date: Wed, 27 Aug 2014 04:06:59 +0000
*/
/* Servers configuration */
$i = 0;
/* Server: School Server Mysql Database [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'School Server Mysql Database';
$cfg['Servers'][$i]['host'] = 'localhost';
$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'] = '53fd593a363ed4.99753154';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
//$cfg['Servers'][$i]['auth_type'] = 'http';
?>