Commit c13f9adab8199d35b6f04e87be767655002a7725

Authored by David
1 parent 863d297e

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 12 sudo apt-get install -y mysql-server mysql-client libmysqlclient-dev
13 13  
14 14 # Login to MySQL
15   - $ mysql -u root -p
  15 + mysql -u root -p
16 16  
17 17 # Create a user for GitLab. (change $password to a real password)
18 18 mysql> CREATE USER 'gitlab'@'localhost' IDENTIFIED BY '$password';
... ...