1

In one of my project, I am getting this error while accessing the website.

When I restarted RDS instance, the problem was solved and website was running.

After 2 days, again I am getting the same error. But after restarting RDS, Problem is solved. I am not able to figure out this problem. Please help.

3
  • did you try after define('WP_ALLOW_REPAIR', true); in wp-config file? Commented Jan 4, 2016 at 11:28
  • I have written this in wp-config file. Lets see if error occurs again. Thanks :-) Commented Jan 4, 2016 at 11:34
  • Are you using the END POINT of the RDS instance or querying the IP address and then using it ? Please use END POINT which would be in the format abcdef.us-east-1.rds.amazonaws.com Commented Jan 4, 2016 at 11:35

2 Answers 2

1

Look at this tutorial, it covers the whole process but you may skip to the last part: Using Amazon RDS with your WordPress installation

Sign up to request clarification or add additional context in comments.

Comments

0

I had the same issue with AWS Lightsail.

Solved as follows :

test ! -f "/opt/bitnami/common/bin/openssl" && echo "Approach A" || echo "Approach B"

test -d /opt/bitnami/mariadb && echo "MariaDB" || echo "MySQL"

sudo systemctl restart apache2 or sudo service apache2 restart

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.