Kubernetes/phpmyadmin/phpmyadmin.inc.php
Matthos Denys ccb971cf5f add kuber
2021-03-02 16:18:28 +03:00

14 lines
437 B
PHP
Executable File

<?php
$cfg['blowfish_secret'] = 'ZX8lwV2k,PSlDhg40E=38i7Rm1pczKVr';
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = 'mysql-service';
$cfg['Servers'][$i]['port'] = 3306;
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>