Commit 0c06b7fe authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3106 from davidosomething/patch-1

Update doc/install/databases.md
parents 3d45d300 c13f9ada
......@@ -12,7 +12,7 @@ GitLab supports the following databases:
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev
# Login to MySQL
$ mysql -u root -p
mysql -u root -p
# Create a user for GitLab. (change $password to a real password)
mysql> CREATE USER 'gitlab'@'localhost' IDENTIFIED BY '$password';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment