Bitnami engineer here, you can easily modify the email address of the user by running these commands in the database
- Obtain the id of the user
mysql -u root -p bitnami_wordpress -e "SELECT * FROM wp_users;"
mysql -u root -h DATABASEHOST -p bitnami_wordpress -e "UPDATE wp_users SET user_email='NEW-EMAIL' WHERE ID='ADMIN-ID';"
You can learn more about how to do this in our documentation
https://docs.bitnami.com/aws/apps/wordpress/administration/reset-wp-admin-email-address/
i do not know how to restart the database
Simply run
sudo /opt/bitnami/ctlscript.sh restart mysql
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…