/etc/phpMyAdmin/config.inc.php

Jmnote (토론 | 기여)님의 2015년 8월 31일 (월) 00:30 판 (새 문서: ;/etc/phpMyAdmin/config.inc.php ==내용== <source lang='php'> <?php /* * Generated configuration file * Generated by: phpMyAdmin 4.0.10.10 setup script * Date: Mon, 31 Aug 2015 0...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/etc/phpMyAdmin/config.inc.php

내용

PHP
Copy
<?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 4.0.10.10 setup script
 * Date: Mon, 31 Aug 2015 00:01:52 +0900
 */

/* Servers configuration */
$i = 0;

/* Server: zetadb [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'zetadb';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';

/* End of servers configuration */

$cfg['blowfish_secret'] = '57e9136a80cf24.80246913';
$cfg['DefaultLang'] = 'ko';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>