summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install/databases.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md
index 1d9405dfa96..481a698a8c8 100644
--- a/doc/install/databases.md
+++ b/doc/install/databases.md
@@ -16,7 +16,7 @@ GitLab supports the following databases:
# Secure your installation.
sudo mysql_secure_installation
-
+
# Login to MySQL
mysql -u root -p
@@ -57,7 +57,7 @@ GitLab supports the following databases:
# Login to PostgreSQL
sudo -u postgres psql -d template1
- # Create a user for GitLab. (change $password to a real password)
+ # Create a user for GitLab.
template1=# CREATE USER git;
# Create the GitLab production database & grant all privileges on database