Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

phpmyadmin的配置问题

[复制链接]
phamen 发表于 2008-5-27 18:46:02 | 显示全部楼层 |阅读模式
第五步:安装 phpMyAdmin
将下载得到的 phpmyadmin-2.6.3-1 ,解压到 IIS 默认网站根目录,
找到并打开 config.inc.php,做以下修改:
1、搜索 $cfg['PmaAbsoluteUri'] ,设置你的phpmyadmin的URL,
如: $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';
注意这里假设phpmyadmin在默认站点的根目录下
2、搜索$cfg['blowfish_secret'],设定好root密码后这里也要填写mysql设置时的密码
3、搜索 $cfg['DefaultLang'] ,将其设置为 zh-gb2312
4、搜索 $cfg['DefaultCharset'] ,将其设置为 gb2312
5、搜索 $cfg['Servers'][$i]['auth_type'] ,默认为config,是不安全的,不推荐,推荐使用cookie,
将其设置为 $cfg['Servers'][$i]['auth_type'] = 'cookie';


我按照上面说的设置了PHPmyadmin,但是还是不能正常显示,
居然显示下面这些:
谁给解答一下???


<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* forms frameset
*
* @version $Id: index.php 10590 2007-09-02 19:59:59Z lem9 $
* @uses    $GLOBALS['strNoFrames']
* @uses    $GLOBALS['cfg']['QueryHistoryDB']
* @uses    $GLOBALS['cfg']['Server']['user']
* @uses    $GLOBALS['cfg']['DefaultTabServer']     as src for the mainframe
* @uses    $GLOBALS['cfg']['DefaultTabDatabase']   as src for the mainframe
* @uses    $GLOBALS['cfg']['NaviWidth']            for navi frame width
* @uses    $GLOBALS['collation_connection']    from $_REQUEST (grab_globals.lib.php)
*                                              or common.inc.php
* @uses    $GLOBALS['available_languages'] from common.inc.php (select_lang.lib.php)
* @uses    $GLOBALS['db']
* @uses    $GLOBALS['charset']
* @uses    $GLOBALS['lang']
* @uses    $GLOBALS['text_dir']
* @uses    $_ENV['HTTP_HOST']
* @uses    PMA_getRelationsParam()
* @uses    PMA_purgeHistory()
* @uses    PMA_generate_common_url()
* @uses    PMA_VERSION
* @uses    session_write_close()
* @uses    time()
* @uses    PMA_getenv()
* @uses    header()                to send charset
*/

/**
* Gets core libraries and defines some variables
*/
require_once './libraries/common.inc.php';

/**
* Includes the ThemeManager if it hasn't been included yet
*/
require_once './libraries/relation.lib.php';

// free the session file, for the other frames to be loaded
session_write_close();

// Gets the host name
// loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
if (empty($HTTP_HOST)) {
    if (PMA_getenv('HTTP_HOST')) {
        $HTTP_HOST = PMA_getenv('HTTP_HOST');
    } else {
        $HTTP_HOST = '';
    }
}


// purge querywindow history
$cfgRelation = PMA_getRelationsParam();
if ($GLOBALS['cfg']['QueryHistoryDB'] && $cfgRelation['historywork']) {
    PMA_purgeHistory($GLOBALS['cfg']['Server']['user']);
}
unset($cfgRelation);

。。。。。
it1988.com 发表于 2008-5-27 19:28:31 | 显示全部楼层
回复

使用道具 举报

lichaoying2008 发表于 2008-5-28 12:40:53 | 显示全部楼层
支持
回复

使用道具 举报

上海贝贝 发表于 2008-5-28 23:48:31 | 显示全部楼层
不用这么复杂的
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-19 08:37 , Processed in 0.022474 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表