phpadmin的配制的困惑

好象是有参数没设置正确,我对PHP和MYSQL也只是装上能用这个程度(基本上都是默认值),帮不了你

这是我在USENET查到的一个贴,有人问过同样的问题,给出的回答也是文档。。。

From: Stephen Tiano (stiano@optonline.net)
Subject: phpMyAdmin

View this article only
Newsgroups: mailing.database.mysql
Date: 2003-03-08 12:29:14 PST

--Boundary_(ID_W3pCQ6B77xfNe928V1XZ9w)
Content-type: text/plain; charset=us-ascii; format=flowed
Content-transfer-encoding: 7BIT


Anyone familiar with the GUI interface for MySQL/PHP called 'phpMyAdmin'?

I'm at a point in my intensive self-study via books, tutorials, and
exercises where one of the books I'm working with--trying to tie
together with my graphical HTML editor--Dreamweaver: PHP
Development--suggests phpMyAdmin is worth knowing as a tool for more
efficient work in a production environment.

When I get phpMyAdmin to show up in my browser, it looks pretty much the
way the book shows it. Except that, after a few lines that are
word-for-word with the book, in place of

   [bullet] Run SQL query/queries on ...

and a flexible field in which to type in said queries, I have an error
message:

   [bullet] Error
            The additional Features for working with linked Tables have
                been deactivated.
            To find out why, click here.

Clicking 'here' brings me to a link to 'Documentation' and a line
underneath saying 'General relation features Disabled'. Clicking on
'Documentation' brings me to what looks vaguely like directions for
altering various '$cfg' strings.

Needless to say, I'm leery. I'm not certain where to find these strings
to alter. But more importantly, I'm not clear on what I'm being told to
do. It's not as if the directions are step-by-step for a novice. And it
doesn't spell out whether this will address the 'General features' being
'Disabled'. That is, will it make these 'General features' functional?

May I ask your help in doping this out?

Thank you.

Steve Tiano

--Boundary_(ID_W3pCQ6B77xfNe928V1XZ9w)--

Message 27 in thread
From: "Barry Marler" (marler@arches.uga.edu)
Subject: RE: phpMyAdmin

View this article only
Newsgroups: mailing.database.mysql
Date: 2003-03-08 13:33:07 PST

Open http://your.server.name/phpMyAdmin-2.*.*/Documentation.html#setup.  If
you read the docs (#3 in the initial "Quick Install" section tells you that
the file you'll be editing is config.inc.php, in the phpMyAdmin root dir),
you'll just be stepped through a simple series of table creations and
editing of config.inc.php (which is trivial).
看了你的配置,和我的差不多,没看出什么问题

问问版主有没有懂MYSQL的吧,PMA只是个WEB方式的CLIENT
如果问题出在MYSQL的设置上,研究PMA也没什么用
不管怎么说,都要感谢您
我也遇到了 同样的问题

是不是你的mysql或php  插件没有装全

我在win2k下apache+mysql+php这样配置使用很正常的  
    
$cfg['PmaAbsoluteUri'] = http://用ip试试/phpmyadmin
用ip也一样,
我的mysql和php都是redhat自带的
顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶
[quote:2cd9292756="redhat71"]
照你上面说的,你给它这行就完了
$cfg['PmaAbsoluteUri'] = ''http://xxx/phpadmin/ ';
[/quote]
我直接照抄了一下,居然上了国外的成人网站,呵呵,我太笨了,改成http://127.0.0.1/phpadmin就可以了~~~