Commit 475864d542d3ee261d0dc2c671d691018b8f9724

Authored by Sytse Sijbrandij
2 parents d701d586 1d11a7fd

Merge pull request #6252 from arruda/doc_fix

Fixing comment about password in database docs
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
doc/install/databases.md
... ... @@ -16,7 +16,7 @@ GitLab supports the following databases:
16 16  
17 17 # Secure your installation.
18 18 sudo mysql_secure_installation
19   -
  19 +
20 20 # Login to MySQL
21 21 mysql -u root -p
22 22  
... ... @@ -57,7 +57,7 @@ GitLab supports the following databases:
57 57 # Login to PostgreSQL
58 58 sudo -u postgres psql -d template1
59 59  
60   - # Create a user for GitLab. (change $password to a real password)
  60 + # Create a user for GitLab.
61 61 template1=# CREATE USER git;
62 62  
63 63 # Create the GitLab production database & grant all privileges on database
... ...