Commit f1402213db619da498a0ca8959d9aa030ec1d997
Exists in
spb-stable
and in
3 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
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 | ... | ... |