请教 linux 下phpadmin 的使用方法

发布于 2022-10-01 03:11:11 字数 482 浏览 17 评论 0

我的apache 已经设置好了 我的mysql 已经启动了

能打开 http://192.168.1.4/manual/index.php

我将phpadmin 解压到了 /var/www/manual/phpadmin

下面然后  修改了
$cfg['PmaAbsoluteUri'] = 'http://www.192.168.1.4/manual/phpadmin/';

$cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie )
原来是 config   
问题: 为什么打不开http://192.168.1.4/manual/phpadmin/index.php

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

背叛残局 2022-10-08 03:11:11

did you config the username and password in the configuration file?

虐人心 2022-10-08 03:11:11

$cfg['Servers'][$i]['user']          = 'root';      // MySQL user
$cfg['Servers'][$i]['password']      = '198210';          // MySQL password (o

密码我都加了 还是不行

柒夜笙歌凉 2022-10-08 03:11:11

我顶。。。。。。。。。。。。。。。。。。。。。。。。。。。

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文