Merge pull request #3106 from davidosomething/patch-1

Update doc/install/databases.md
This commit is contained in:
Dmitriy Zaporozhets 2013-03-05 06:52:41 -08:00
commit 0c06b7fe20

View file

@ -12,7 +12,7 @@ GitLab supports the following databases:
sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev
# Login to MySQL # Login to MySQL
$ mysql -u root -p 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'; mysql> CREATE USER 'gitlab'@'localhost' IDENTIFIED BY '$password';