1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/phpmyadmin/templates/config.inc.php

31 lines
792 B
PHP
Raw Normal View History

2017-05-27 18:09:50 +00:00
<?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'] = '';
2021-10-06 17:10:07 +00:00
$cfg['Servers'][$i]['socket'] = '/var/run/mysqld/mysqld.sock';
2017-05-27 18:09:50 +00:00
$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'] = '';
2021-02-03 19:49:17 +00:00
?>