diff --git a/doc/install/databases.md b/doc/install/databases.md
index 5ec1d0c6524e41c76ce7f752e7e8fe0cab2068a4..6477e1c967c1531485e94fa3fe88f2e14122ddf8 100644
--- a/doc/install/databases.md
+++ b/doc/install/databases.md
@@ -14,6 +14,9 @@ GitLab supports the following databases:
     # Pick a database root password (can be anything), type it and press enter
     # Retype the database root password and press enter
 
+    # Secure your installation.
+    sudo mysql_secure_installation
+    
     # Login to MySQL
     mysql -u root -p