Skip to content
Snippets Groups Projects
Commit 42b1a51a authored by Yves Senn's avatar Yves Senn
Browse files

Merge pull request #3987 from bbodenmiller/patch-3

Typo fix in database.md closes 3984
parents 074c4e56 2d187596
No related branches found
No related tags found
1 merge request!3989Issue 3599: Add snippets_enabled flag to projects for API
Loading
Loading
@@ -20,7 +20,7 @@ GitLab supports the following databases:
# Create the GitLab production database
mysql> CREATE DATABASE IF NOT EXISTS `gitlabhq_production` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`;
 
# Grant the GitLab user necessary permissopns on the table.
# Grant the GitLab user necessary permissions on the table.
mysql> GRANT SELECT, LOCK TABLES, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON `gitlabhq_production`.* TO 'gitlab'@'localhost';
 
# Quit the database session
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment