diff options
| author | startxfr <clarue@startx.fr> | 2016-06-12 14:35:15 +0200 | 
|---|---|---|
| committer | startxfr <clarue@startx.fr> | 2016-06-12 14:35:15 +0200 | 
| commit | 8e2802622d4418f02fdf07368fb720e2f59b5b5f (patch) | |
| tree | 37d8b20c5ad2cae441c8e3bfd72cace9a5d28b29 | |
| parent | 27e13d4d2c8fbaaa3762a6243086377f77938ba1 (diff) | |
change for config pma
| -rw-r--r-- | Applications/phpmyadmin/config.inc.php | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Applications/phpmyadmin/config.inc.php b/Applications/phpmyadmin/config.inc.php index 5c16602..d7411ba 100644 --- a/Applications/phpmyadmin/config.inc.php +++ b/Applications/phpmyadmin/config.inc.php @@ -33,8 +33,9 @@ if(getenv('MARIADB_ENV_MYSQL_USER') != '') {      $cfg['Servers'][$i]['port'] = getenv('MARIADB_PORT_3306_TCP_PORT');      $cfg['Servers'][$i]['user'] = getenv('MARIADB_ENV_MYSQL_USER');      $cfg['Servers'][$i]['password'] = getenv('MARIADB_ENV_MYSQL_PASSWORD'); -      } + +  if(getenv('MARIADB2_ENV_MYSQL_USER') != '') {      $i++;      $cfg['Servers'][$i]['extension'] = 'mysqli'; | 
