Hi @MJ Lytics we are sorry to hear you're facing this issue. based on the Azure status page, it doesn't look like there are any Azure outages.
Here are a few things worth looking into:
- Usually, this error is caused by incorrect database credentials. If you’ve recently moved your WordPress site to a new host, this could be the likely cause. Your WordPress database credentials are stored in the
wp-config.php
file. This file contains essential settings, including database information. Open yourwp-config.php
file and make sure that the values forDB_NAME
,DB_USER
,DB_PASSWORD
, andDB_HOST
match your actual database credentials. If not, update them accordingly. - Sometimes the database server might be down. Verify if your database server is operational.
- Lastly, please make your Azure Database for MySQL server has firewall rules allowing connections from your App Service's IP address. You can temporarily allow connections from all IP addresses for testing purposes but tighten them later for security.
If the issue persists after following these steps, let us know so we can troubleshoot further.
Best,
Grace