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

 找回密码
 立即注册
搜索

求助:phpmyadmin配置如下,但始终提示错误

[复制链接]
gexu 发表于 2007-4-4 22:14:57 | 显示全部楼层 |阅读模式
我的PHPMYADMIN是2.9.2版本,求助解决,不甚感激!!!

$cfg['PmaAbsoluteUri'] = 'http://bbs.tong-xin.com/phpmyadmin';
$cfg['blowfish_secret'] = 'love';
$cfg['Servers'][$i]['host']          = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension']     = 'mysql';     // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
                                                                // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = 'root';          // MySQL control user settings
                                                                 // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (valid choices: config, http, HTTP or cookie)
$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '123';          // MySQL password (only needed

$cfg['DefaultLang'] = 'gb2312';

$cfg['DefaultCharset'] = 'gb2312';

但始终提示“配置文件现在需要绝密的短语密码(blowfish_secret)。”
回复

使用道具 举报

babyseed 发表于 2007-4-6 21:13:15 | 显示全部楼层
选中COOKIE的方式,就不要输入密码~
回复

使用道具 举报

zwjook 发表于 2007-4-6 21:50:46 | 显示全部楼层
把你的
  1. $cfg['PmaAbsoluteUri'] = 'http://bbs.tong-xin.com/phpmyadmin';
复制代码

改成
  1. $cfg['PmaAbsoluteUri'] = 'http://bbs.tong-xin.com/phpmyadmin/';
复制代码
回复

使用道具 举报

pc77maikongjian 发表于 2007-4-7 00:21:21 | 显示全部楼层
配置文件现在需要绝密的短语密码
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-11-21 19:27 , Processed in 0.120913 second(s), 14 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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