Commit 475864d542d3ee261d0dc2c671d691018b8f9724
Exists in
spb-stable
and in
3 other branches
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,7 +16,7 @@ GitLab supports the following databases: | ||
| 16 | 16 | ||
| 17 | # Secure your installation. | 17 | # Secure your installation. |
| 18 | sudo mysql_secure_installation | 18 | sudo mysql_secure_installation |
| 19 | - | 19 | + |
| 20 | # Login to MySQL | 20 | # Login to MySQL |
| 21 | mysql -u root -p | 21 | mysql -u root -p |
| 22 | 22 | ||
| @@ -57,7 +57,7 @@ GitLab supports the following databases: | @@ -57,7 +57,7 @@ GitLab supports the following databases: | ||
| 57 | # Login to PostgreSQL | 57 | # Login to PostgreSQL |
| 58 | sudo -u postgres psql -d template1 | 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 | template1=# CREATE USER git; | 61 | template1=# CREATE USER git; |
| 62 | 62 | ||
| 63 | # Create the GitLab production database & grant all privileges on database | 63 | # Create the GitLab production database & grant all privileges on database |