LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1427|回复: 7

phpmyadmin的问题

[复制链接]
发表于 2002-12-18 10:59:47 | 显示全部楼层 |阅读模式
我在redhat8.0下安装phpmyadmin可以打开
www.localhost.com/phpadmin/index.php
可以打开,但是无论我在上面做什么操作都连接不上???
这是什么原因阿??
发表于 2002-12-18 12:23:22 | 显示全部楼层
说得不明不白,是HTTP连接不上还是MYSQL连接不上?
发表于 2002-12-20 16:35:51 | 显示全部楼层

我也是这样的问题

mysql连接都是下正常的
首页index.php可以打开,但接下面的页面都打不开了
真不知是什么原因
发表于 2002-12-20 16:54:32 | 显示全部楼层
是不是显示的无法连接服务器?配置文件没改好的缘故。
升级到最新的phpmyadmin吧。
www.sourceforge.net下载。
发表于 2002-12-20 18:33:01 | 显示全部楼层
修改config.inc.php 改里面的内容 把MYSQL的密码 用户都填进去
发表于 2002-12-20 19:13:18 | 显示全部楼层
错了,是修改:
$cfg['PmaAbsoluteUri'] = '';
参数,修改说明:
/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
*    http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it.  There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*
* If the auto-detection code does work properly, you can set to TRUE the
* $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
*/
发表于 2002-12-20 19:48:29 | 显示全部楼层
楼上的 我没象你那么复杂要改这
发表于 2002-12-23 09:32:44 | 显示全部楼层
(楼上的)请注意你的phpMyadmin版本,如果是2.2.6以下的则要如上改动,2.3.3则不需要。
请看phpMyAdmin自带的CHANGELOG
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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