mirror of https://github.com/midoks/mdserver-web
pull/121/head
parent
7c2bb1b8bd
commit
818ae2bfa5
@ -1,15 +1,15 @@ |
||||
<?php |
||||
$cfg['blowfish_secret'] = 'd41d8cd98f00b204e9800998ecf8427e'; |
||||
$cfg['blowfish_secret'] = '{$BLOWFISH_SECRET}'; |
||||
$i = 0; |
||||
$i++; |
||||
$cfg['Servers'][$i]['auth_type'] = 'cookie'; |
||||
// $cfg['Servers'][$i]['host'] = '127.0.0.1'; |
||||
// $cfg['Servers'][$i]['connect_type'] = 'tcp'; |
||||
$cfg['Servers'][$i]['socket'] = '/www/server/mysql/mysql.sock'; |
||||
$cfg['Servers'][$i]['socket'] = '{$SERVER_PATH}/mysql/mysql.sock'; |
||||
$cfg['Servers'][$i]['connect_type'] = 'socket'; |
||||
$cfg['Servers'][$i]['compress'] = false; |
||||
$cfg['Servers'][$i]['AllowNoPassword'] = false; |
||||
$cfg['TempDir'] = '/www/server/phpmyadmin/tmp'; |
||||
$cfg['TempDir'] = '{$SERVER_PATH}/phpmyadmin/tmp'; |
||||
$cfg['UploadDir'] = ''; |
||||
$cfg['SaveDir'] = ''; |
||||
?> |
||||
|
Loading…
Reference in new issue