Hi @alwaysbeseen,
I think the StackOverflow thread you sent us didn't apply to your issue. Could you please check the status of the services on your instances by running the command below and send us the output?
sudo /opt/bitnami/ctlscript.sh status
Also, if the mysql
service is running, try to manually connect to MySQL using the username and password configured for WordPress in the /opt/bitnami/apps/wordpress/htdocs/wp-config.php
file under the DB_USER
and DB_PASSWORD
keys running the command below
mysql -u ${DB_USER} -p bitnami_wordpress
The command above will request you to type the DB_PASSWORD value. Also remember to substitute the ${DB_USER}
placeholder with the value present in the wp-config.php
file. Could you please let us know if you find any issue trying to connect to MySQL or if it worked?
Hope it helps,
Gonzalo