From 09a86bd4d6dcf89f5e5393145900593bb22f1080 Mon Sep 17 00:00:00 2001 From: Alex Denisov <1101.debian@gmail.com> Date: Thu, 6 Sep 2012 10:50:47 +0300 Subject: Capitlization of /gitlab/i normalized. #1367 --- doc/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/installation.md') diff --git a/doc/installation.md b/doc/installation.md index 327fc192822..e14ec711e7b 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -167,7 +167,7 @@ and ensure you have followed all of the above steps carefully. # Login to MySQL $ mysql -u root -p - # Create the gitlabhq production database + # Create the GitLab production database mysql> CREATE DATABASE IF NOT EXISTS `gitlabhq_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`; # Create the MySQL User change $password to a real password -- cgit v1.2.1