Reorganize some files and import some others
This commit is contained in:
8
images/phpmyadmin/config.inc.php
Normal file
8
images/phpmyadmin/config.inc.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$cfg['blowfish_secret'] = 'a8b7c6d';
|
||||
$cfg['Servers'][1]['auth_type'] = 'cookie';
|
||||
$cfg['Servers'][1]['connect_type'] = 'tcp';
|
||||
$cfg['Servers'][1]['host'] = 'mysql';
|
||||
$cfg['Servers'][1]['compress'] = false;
|
||||
$cfg['Servers'][1]['extension'] = 'mysqli';
|
||||
$cfg['Servers'][1]['AllowNoPassword'] = true;
|
||||
Reference in New Issue
Block a user