Create configuration database
This commit is contained in:
parent
bad798a2ee
commit
82012ccb99
5 changed files with 44 additions and 11 deletions
|
@ -22,5 +22,9 @@ foreach ($hosts as $verbose => $host) {
|
|||
$cfg['Servers'][$i]['extension'] = 'mysqli';
|
||||
$cfg['Servers'][$i]['compress'] = FALSE;
|
||||
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
||||
$cfg['Servers'][$i]['controlhost'] = $host;
|
||||
$cfg['Servers'][$i]['controlport'] = '3306';
|
||||
$cfg['Servers'][$i]['controluser'] = '{{ phpmyadmin_dbuser }}';
|
||||
$cfg['Servers'][$i]['controlpass'] = '{{ phpmyadmin_dbpass }}';
|
||||
}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue