9 lines
299 B
PHP
9 lines
299 B
PHP
<?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;
|