summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDenix <denics@free.fr>2013-08-25 23:37:42 +0200
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-09-27 16:32:09 +0200
commitcbb5b000c0c7593673683c08a402ea01a3a7f369 (patch)
tree8f59bdd41f0ea4a94621f165c669422d0e7eb1bd /doc
parent883cb467c5427cbd80e7bc8175032754cf095aa9 (diff)
downloadgitlab-ce-cbb5b000c0c7593673683c08a402ea01a3a7f369.tar.gz
Update databases.md
run mysql_secure_installation to secure the freshly installed mysql server
Diffstat (limited to 'doc')
-rw-r--r--doc/install/databases.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md
index 5ec1d0c6524..6477e1c967c 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