Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions WordPress/changing_mysql_database_password.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changing MySQL database password

## Note that if you are using Managed Identity, do not follow this document. Refer to this document: [Enabling Managed Identity with Azure MySQL for WordPress App Service](https://github.com/Azure/wordpress-linux-appservice/blob/main/WordPress/wordpress_enable_managed_identity_with_mysql.md)

WordPress deployment creates an AppService and a MySQL flexible database server under the same resource group. Login credentials for the MySQL server are generated randomly during deployment process.

These database connection details are configured into WordPress via **Application Settings** option available in the AppService. You can retrieve the database connection details from Application Setting section in case you forgot to note them down during the creation time.
Expand All @@ -13,6 +15,7 @@ Please note that the Application Settings related to database connection are **p
| DATABASE_USERNAME |
| DATABASE_PASSWORD |


## Changing MySQL Database Password

First, go to the MySQL resource corresponding to your WordPress deployment, and click on **Reset Password** option as shown below. Now enter the new password and click on Save. Wait until the action is completed.
Expand Down