PHPMyAdmin 在 Debian 上安装时不要求输入 Mysql 密码
我已经 apt-get 升级,并且 apt-get 安装 phpmyadmin 但我 仅提示输入服务器类型 (apache2)。之后就完成了 安装时没有提示输入我的 root 密码。我已经 尝试 apt-get purge phpmyadmin 并重试多次但是 我完全无法让它工作。我检查了Mysql数据库 可以看到没有条目被推送到 phpmyadin 数据库。有人可以帮我解决这个问题吗?
谢谢
安装的输出是
debian:/usr/share# apt-get install phpmyadmin
读取包列表...完成
构建依赖树
读取状态信息...完成
将安装以下新软件包:
phpmyadmin
0 已升级,1 已新安装,0 已删除,8 未升级。
需要获取 0B/2887kB 的档案。
此操作后,将使用 10.4MB 的额外磁盘空间。
预配置包...
tar: ./md5sums: 时间戳 2011-07-26 13:48:02 是未来的 206420813.190455056 秒
tar: ./templates: 时间戳 2011-07-26 13:48:00 是未来的 206420811.190030015 秒
tar: ./control: 时间戳 2011-07-26 13:48:02 是未来的 206420813.189911702 秒
tar: ./conffiles: 时间戳 2011-07-26 13:48:01 是未来的 206420812.189792603 秒
tar: ./postinst: 时间戳 2011-07-26 13:48:01 是未来的 206420812.189660721 秒
tar: ./preinst: 时间戳 2011-07-26 13:48:01 是未来的 206420812.189547658 秒
tar: ./postrm: 时间戳 2011-07-26 13:48:01 是未来的 206420812.189438869 秒
tar: ./config: 时间戳 2011-07-26 13:48:00 是未来的 206420811.189324406 秒
tar: .: 时间戳 2011-07-26 13:48:02 是未来的 206420813.189251694 秒
选择之前取消选择的软件包 phpmyadmin。
(正在读取数据库...当前安装的 34698 个文件和目录。)
解压 phpmyadmin(来自 .../phpmyadmin_4%3a2.11.8.1-5+lenny9_all.deb)...
正在处理 man-db 的触发器...
设置 phpmyadmin (4:2.11.8.1-5+lenny9) ...
重新加载 Web 服务器配置:apache2[Sun Jan 09 09:41:10 2005] [警告] NameVirtualHost *:80 没有 VirtualHosts
.
debian:/usr/share#
I've apt-get upgraded, and apt-get install phpmyadmin but am
only prompted for the server type (apache2). After that it completes
the install without a prompt to enter my root password. I've
tried apt-get purge phpmyadmin and retried multiple times but
am completely unable to get it to work. I check the Mysql DB
and can see that no entries are being pushed in for the phpmyadin
database. Could someone please give me a hand troubleshooting this?
Thanks
output from install is
debian:/usr/share# apt-get install phpmyadmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
phpmyadmin
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 0B/2887kB of archives.
After this operation, 10.4MB of additional disk space will be used.
Preconfiguring packages ...
tar: ./md5sums: time stamp 2011-07-26 13:48:02 is 206420813.190455056 s in the future
tar: ./templates: time stamp 2011-07-26 13:48:00 is 206420811.190030015 s in the future
tar: ./control: time stamp 2011-07-26 13:48:02 is 206420813.189911702 s in the future
tar: ./conffiles: time stamp 2011-07-26 13:48:01 is 206420812.189792603 s in the future
tar: ./postinst: time stamp 2011-07-26 13:48:01 is 206420812.189660721 s in the future
tar: ./preinst: time stamp 2011-07-26 13:48:01 is 206420812.189547658 s in the future
tar: ./postrm: time stamp 2011-07-26 13:48:01 is 206420812.189438869 s in the future
tar: ./config: time stamp 2011-07-26 13:48:00 is 206420811.189324406 s in the future
tar: .: time stamp 2011-07-26 13:48:02 is 206420813.189251694 s in the future
Selecting previously deselected package phpmyadmin.
(Reading database ... 34698 files and directories currently installed.)
Unpacking phpmyadmin (from .../phpmyadmin_4%3a2.11.8.1-5+lenny9_all.deb) ...
Processing triggers for man-db ...
Setting up phpmyadmin (4:2.11.8.1-5+lenny9) ...
Reloading web server config: apache2[Sun Jan 09 09:41:10 2005] [warn] NameVirtualHost *:80 has no VirtualHosts
.
debian:/usr/share#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
sudo dpkg-reconfigure -plow phpmyadmin
sudo dpkg-reconfigure -plow phpmyadmin