phpmyadmin安装出错解决方法
作者:cmscn 日期:2008-03-14
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.8.0.2 setup script by Michal ?iha? <michal@cihar.com>
* Version: $Id: setup.php,v 1.23.2.2.2.1 2006/03/08 19:06:48 nijel Exp $
* Date: Wed, 02 Jan 2008 06:57:12 GMT
*/
/* Servers configuration */
$i = 0;
/* Server localhost (cookie) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['port'] = '3306';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* End of servers configuration */
$cfg['blowfish_secret'] = '477b35c33f53b6.32447775';
?>
在PHPMYADMIN目录下新建个config.inc.php文件,然后把上面这段话复制进去就可以了
评论: 0 | 引用: 0 | 查看次数: 486
发表评论