Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
languagebash
sudo apt-get install mysql-server 

...