Update doc/install/databases.md

Remove prompt $ from code line for uniformity
This commit is contained in:
David 2013-02-27 17:09:14 -05:00
parent 863d297ede
commit c13f9adab8

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';