Skip to content
Snippets Groups Projects
Commit c13f9ada authored by David's avatar David
Browse files

Update doc/install/databases.md

Remove prompt $ from code line for uniformity
parent 863d297e
No related branches found
No related tags found
1 merge request!3106Update doc/install/databases.md
Loading
Loading
@@ -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';
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment