diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-10 17:23:06 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-10 17:23:06 -0700 |
commit | 43f0efe5d3737e5802d55be240d677bde56d95a6 (patch) | |
tree | f4d42d8777799cea9e0c9cb2ea1debb3ff251385 /doc/install/database_mysql.md | |
parent | aa8c915deb0353e71d9cd61ed40cd41d1093ed6a (diff) | |
download | gitlab-ce-43f0efe5d3737e5802d55be240d677bde56d95a6.tar.gz |
cleanup MySQL doc wording
Diffstat (limited to 'doc/install/database_mysql.md')
-rw-r--r-- | doc/install/database_mysql.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install/database_mysql.md b/doc/install/database_mysql.md index 270ad3b0b86..ae68fd007ab 100644 --- a/doc/install/database_mysql.md +++ b/doc/install/database_mysql.md @@ -1,4 +1,4 @@ -# Database Mysql +# Database MySQL ## Note @@ -12,16 +12,16 @@ We do not recommend using MySQL due to various issues. For example, case [(in)se # Ensure you have MySQL version 5.5.14 or later mysql --version - # Pick a database root password (can be anything), type it and press enter - # Retype the database root password and press enter + # Pick a MySQL root password (can be anything), type it and press enter + # Retype the MySQL root password and press enter - # Secure your installation. + # Secure your installation sudo mysql_secure_installation # Login to MySQL mysql -u root -p - # Type the database root password + # Type the MySQL root password # Create a user for GitLab # do not type the 'mysql>', this is part of the prompt |