- /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'] = '';
?>
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.