diff options
author | Sispheor <nico.marcq@gmail.com> | 2013-07-19 13:48:42 +0200 |
---|---|---|
committer | Sispheor <nico.marcq@gmail.com> | 2013-07-19 13:48:42 +0200 |
commit | 6455103bb2fbc4fd68e36af3ee70bb4579ed76d3 (patch) | |
tree | eea5babea738dae2e1b6ddcec08161b1746765a2 | |
parent | 5cbfd405b09eab3fa7e013ec921383bc49c695dc (diff) | |
download | gitlab-ci-6455103bb2fbc4fd68e36af3ee70bb4579ed76d3.tar.gz |
Update installation.md
-rw-r--r-- | doc/installation.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index b308f21..5ca3b30 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -60,7 +60,10 @@ You can use either MySQL or PostgreSQL. # Grant proper permissions to the MySQL User mysql> GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON `gitlab_ci_production`.* TO 'gitlab_ci'@'localhost'; - + + # Exit MYSQL + mysql> exit; + ### PostgreSQL # Install the database packages |