Commit 475864d5 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Merge pull request #6252 from arruda/doc_fix

Fixing comment about password in database docs
parents d701d586 1d11a7fd
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment