Database Management

Forgot phpMyAdmin credentials

If you forgot the login credentials to your database, you can easily retrieve it from your wp-config.php file. For both standalone & cluster environment: 1. To access wp-config.php, go to the Config of your Application Server by clicking on the wrench icon. 2....

How do I export my database without using PHPMyAdmin?

If you encounter problems using PHPMyAdmin to export large databases, you can perform the export from the command line instead.  First open up wp-config.php and take note of your database name, username, and password.  Then SSH into the application layer of...