9 lines
345 B
PHP
9 lines
345 B
PHP
<?php
|
|
$cfg['Servers'][1]['auth_type'] = 'config';
|
|
$cfg['Servers'][1]['user'] = 'root';
|
|
$cfg['Servers'][1]['password'] = '';
|
|
$cfg['Servers'][1]['host'] = 'localhost';
|
|
$cfg['Servers'][1]['connect_type'] = 'tcp';
|
|
$cfg['Servers'][1]['extension'] = 'mysqli';
|
|
$cfg['Servers'][1]['AllowNoPassword'] = true;
|