AWS Lightsail Bitnami LAMP - 安装第二个 Wordpress 模块不工作

AWS Lightsail Bitnami LAMP - Installing 2nd Wordpress Module not working

我的 AWS Lightsail 服务器上有一个 LAMP 堆栈,目前只有一个 wordpress 应用程序。我正在尝试在我的服务器上加载另一个 wordpress intall wordpresskva(出于个人原因未使用多站点)。所以我 运行 带有 --wordpress_instance_name wordpresskva 的 bitnami 安装程序。但是当我到达时它失败了:

Create Admin account

Please enter the MySQL password for "root" for the existing Bitnami installation

Password : 

我输入了应用程序密码(bitnami_application_password 在 ~ 目录中)但它接着说:

Warning: The installer was not able to connect to the MySQL server. Please make 
sure MySQL is running and introduce a valid password to connect to the MySQL 
server.
Press [Enter] to continue:

我是 st运行ge,因为当我在这里输入相同的密码时:

$ mysql -u root -p
Enter password:

它让我进入 mysql 服务器。我检查了服务器的状态,一切似乎都很好,所以我真的很困惑我正在使用的 password/setup 有什么问题。

你能帮我解决这个问题吗?

我想您正在遵循以下指南:

https://docs.bitnami.com/installer/apps/wordpress/#how-to-install-several-wordpress-modules-on-the-same-stack

而且我猜您正在使用下面的 WordPress 模块安装程序:

https://downloads.bitnami.com/files/stacks/wordpress/4.9.4-2/bitnami-wordpress-4.9.4-2-module-linux-x64-installer.run

我刚刚在 Lightsail 上启动了一个新的 LAMP 服务器和 运行 命令:

wget https://downloads.bitnami.com/files/stacks/wordpress/4.9.4-2/bitnami-wordpress-4.9.4-2-module-linux-x64-installer.run
chmod +X bitnami-wordpress-4.9.4-2-module-linux-x64-installer.run
sudo ./bitnami-wordpress-4.9.4-2-module-linux-x64-installer.run

我选择/opt/bitnami作为安装目录:

Please choose a folder that contains an installation of Bitnami.

Select a folder []: /opt/bitnami/

然后当系统提示输入 MySQL 密码时,我使用从 bitnami_application_password 获得的密码:

请为现有的 Bitnami 安装"root" 输入 MySQL 密码

Password :

----------------------------------------------------------------------------
WordPress

Please configure WordPress installation

你可以检查一切都按预期工作。请重复该过程并确保您正确输入密码(没有空格),它应该有效。