Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
6eb5434f475b
Commit
f1402213
authored
Feb 05, 2014
by
Dmitriy Zaporozhets
Browse files
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
22a5a4e48d42
505fdb7065e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/install/databases.md
View file @
6eb5434f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment