Typo fix in database.md closes 3984
Compare changes
- Ben Bodenmiller authored
+ 1
− 1
@@ -20,7 +20,7 @@ GitLab supports the following databases:
@@ -20,7 +20,7 @@ GitLab supports the following databases:
mysql> CREATE DATABASE IF NOT EXISTS `gitlabhq_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`;
mysql> GRANT SELECT, LOCK TABLES, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON `gitlabhq_production`.* TO 'gitlab'@'localhost';