Ubuntu 配置 phpMyAdmin 以便我可以使用它来管理多个 MySQL 服务器的方法是什么?数据库参数在 中设置/etc/dbconfig-common/phpmyadmin.conf,但其中只有空间用于单个服务器的连接参数。我可以将它破解为/etc/phpmyadmin/config-db.phpand /etc/phpmyadmin/config.inc.php,但我认为必须有一种更优雅的方式。
当我尝试安装系统更新时,skype或phpmyadmin出现此错误:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libc6 : Depends: libgcc1 but it is not going to be installed
Depends: tzdata but it is not going to be installed
libc6-dev : Depends: libc-dev-bin (= 2.15-0ubuntu10.3)
Depends: linux-libc-dev but it is not going to be installed
Recommends: gcc but it is not going to be installed or
c-compiler
skype:i386 : Depends: libasound2:i386 (>= 1.0.16) but it …Run Code Online (Sandbox Code Playgroud) 我已经安装LAMP在 Ubuntu 12.10 上,我想访问PhpMyAdmin,但我不知道它的 URL。
我试图访问这个 URL: http://localhost/phpmyadmin
但我遇到了这个问题:
未找到
在此服务器上找不到请求的 URL /phpmyadmin。
本地主机端口 80 上的 Apache/2.2.22 (Ubuntu) 服务器
这些是我安装灯所遵循的说明:
安装 apache 2 服务器、php5、mysql 和 phpMyAdmin 最正确的方法是什么?
我这周安装了它,我遇到了很多没有解决方案的问题,所以现在我重新安装了 Ubuntu 13.04 我不想再犯同样的错误。
我已从 UBUNTU 13.04 升级到 13.10,但无法使用 PHP 页面或 phpmyadmin 。我已经试过这种方式安装在Ubuntu的灯sudo apt-get install lamp-server^ phpmyadmin
,我已经做了所有的配置安装正确后,我已经添加了此行 Include /etc/phpmyadmin/apache.conf来 /etc/apache2/apache2.conf,然后我重新启动的Apache2
现在我有两个问题:
在页面底部的 phpmyadmin 中是这个错误:The mcrypt extension is missing. Please check your PHP configuration
我已经检查并mcrypt在其中,但在 phpmyadmin 中它给了我丢失的错误。
另一个问题是在 PHP 页面上,似乎没有 PHP 并且全部是 html,因为很多 PHP 行都打印在文本框中,例如:<? echo $row['details']; ?>
谁能告诉我我该怎么办?
我是 Ubuntu 的初学者。我已经安装了 ubuntu 桌面 14.04 并尝试通过终端安装 PHP、Apache、MYSQL 和 PHPMYADMIN。我尝试了很多命令,但只安装了 Apache 和 php。
一段时间后,我发现我已经在许多目录中安装了这些软件。所以现在我想查看我的系统上安装的所有这些软件的列表并卸载它们,然后以安全的方式安装。
当我尝试使用 sudo /opt/lampp/lampp start 命令启动 XAMPP 时,它给了我这样的消息。
Starting XAMPP for Linux 1.7.7...
XAMPP: Another web server daemon with SSL is already running.
XAMPP: Starting MySQL...
XAMPP: Couldn't start MySQL!
XAMPP: XAMPP-ProFTPD is already running.
XAMPP for Linux started.
Run Code Online (Sandbox Code Playgroud)
这是什么,我如何才能找到另一个带有 SSL 的 Web 服务器守护程序。如何停止此服务器?
我最近刚刚从 Ubuntu 19.04 (Disco Dingo) 升级到 Ubuntu 19.10 (Eoan Ermine)。升级时我的 phpMyAdmin 被删除了。现在我无法再次安装它。
我尝试使用:
sudo apt-get install phpmyadmin php-gettext
Run Code Online (Sandbox Code Playgroud)
但它显示如下:
Package phpmyadmin is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'phpmyadmin' has no installation candidate
Run Code Online (Sandbox Code Playgroud)
所以我从 phpMyAdmin 中搜索apt search phpmyadmin,但没有找到。
如何在此版本上安装 phpMyAdmin?
我已使用 phpMyAdmin 将所有数据库导出到一个文件中。
不幸的是,我的目标系统中没有可用的 phpMyAdmin。
我应该如何使用一行命令一次恢复所有这些?
我想访问 phpmyadmin。我以前可以访问它,但现在,我只是得到一个空白页面,我真的不明白为什么。
我已经安装了 phpmyadmin 使用
sudo apt-get install phpmyadmin
Run Code Online (Sandbox Code Playgroud)
我跑了
sudo gedit /etc/apache2/apache2.conf
Run Code Online (Sandbox Code Playgroud)
并补充说:
#Include phpmyadmin:
include /etc/phpmyadmin/apache.conf
Run Code Online (Sandbox Code Playgroud)
但是当我重新启动 apache 时收到警告,告诉我:
/etc/phpmyadmin/apache.conf 中第 3 行的 Alias 指令可能永远不会匹配,因为它与较早的 Alias 重叠。
当我执行http://localhost/phpmyadmin而不是看到空白网页时,我该如何解决这个问题,以便我可以再次看到 phpmyadmin 界面?
转储-
我试过apt-get remove phpmyadmin然后apt-get install phpmyadmin- 仍然是相同的空白页。:(
/etc/phpmyadmin- 我对 phpmyadmin 文件夹及其内容拥有 chmod o+w 权限。- 仍然是空白页...
phpmyadmin ×10
apache2 ×3
lamp ×3
mysql ×3
php ×2
13.10 ×1
19.10 ×1
apt ×1
dependencies ×1
installation ×1
repository ×1
ssl ×1
uninstall ×1
xampp ×1