Commit c13f9adab8199d35b6f04e87be767655002a7725
1 parent
863d297e
Exists in
master
and in
4 other branches
Update doc/install/databases.md
Remove prompt $ from code line for uniformity
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/databases.md
@@ -12,7 +12,7 @@ GitLab supports the following databases: | @@ -12,7 +12,7 @@ GitLab supports the following databases: | ||
12 | sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev | 12 | sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev |
13 | 13 | ||
14 | # Login to MySQL | 14 | # Login to MySQL |
15 | - $ mysql -u root -p | 15 | + mysql -u root -p |
16 | 16 | ||
17 | # Create a user for GitLab. (change $password to a real password) | 17 | # Create a user for GitLab. (change $password to a real password) |
18 | mysql> CREATE USER 'gitlab'@'localhost' IDENTIFIED BY '$password'; | 18 | mysql> CREATE USER 'gitlab'@'localhost' IDENTIFIED BY '$password'; |