diff options
author | Sispheor <nico.marcq@gmail.com> | 2013-07-19 13:51:55 +0200 |
---|---|---|
committer | Sispheor <nico.marcq@gmail.com> | 2013-07-19 13:51:55 +0200 |
commit | 49f6defbef4e227c78df9ac2be7f7b6c5b3efb9c (patch) | |
tree | c866cfe2ea9e43d46de71f47e6e3e55a14ad4b1d | |
parent | 6455103bb2fbc4fd68e36af3ee70bb4579ed76d3 (diff) | |
download | gitlab-ci-49f6defbef4e227c78df9ac2be7f7b6c5b3efb9c.tar.gz |
Update installation.md
Logout MYSQL
-rw-r--r-- | doc/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md index 5ca3b30..545b593 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -61,7 +61,7 @@ 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 + # Logout MYSQL mysql> exit; ### PostgreSQL |