diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-05 18:57:35 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-05 18:57:35 +0200 |
commit | f1402213db619da498a0ca8959d9aa030ec1d997 (patch) | |
tree | 21833c998f487c1e55c3d1a6a5625c1310c649cc | |
parent | 036cf6fce4e70f72a65d61a89a5b077abb6b171d (diff) | |
parent | 475864d542d3ee261d0dc2c671d691018b8f9724 (diff) | |
download | gitlab-ce-f1402213db619da498a0ca8959d9aa030ec1d997.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r-- | doc/install/databases.md | 4 |
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 |