diff --git a/doc/install/databases.md b/doc/install/databases.md index 4c6c084d0b94852587d75e86566f23235a7d96c5..8e466cc4c7473c4f18f840dc0a0eb8d8b871553a 100644 --- a/doc/install/databases.md +++ b/doc/install/databases.md @@ -14,7 +14,8 @@ GitLab supports the following databases: # Login to MySQL $ mysql -u root -p - # Create a user for GitLab. (change $password to a real password) + # Create a user for GitLab. + # (Change $password to a real password) mysql> CREATE USER 'gitlab'@'localhost' IDENTIFIED BY '$password'; # Create the GitLab production database