...
Adapted from the WordPress article Hardening WordPress we take the approach of creating accounts for select developers or release managers.
wp-config.php - holds the database password and should be locked down.
Install MySQL
Code Block | ||
---|---|---|
| ||
sudo apt-get install mysql-server |
...