diff options
author | Denix <denics@free.fr> | 2013-08-25 23:37:42 +0200 |
---|---|---|
committer | Denix <denics@free.fr> | 2013-08-25 23:37:42 +0200 |
commit | a7230d5ddfdf0bd343c6bf13c555b6f862ec244b (patch) | |
tree | 7a066dfb217c0dfef24e3cc0cb6b4042f2a1d181 | |
parent | b1bb3701b71bf4a204e372a644926087fe25471e (diff) | |
download | gitlab-ce-a7230d5ddfdf0bd343c6bf13c555b6f862ec244b.tar.gz |
Update databases.md
run mysql_secure_installation to secure the freshly installed mysql server
-rw-r--r-- | doc/install/databases.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/install/databases.md b/doc/install/databases.md index 5ec1d0c6524..6477e1c967c 100644 --- a/doc/install/databases.md +++ b/doc/install/databases.md @@ -14,6 +14,9 @@ GitLab supports the following databases: # Pick a database root password (can be anything), type it and press enter # Retype the database root password and press enter + # Secure your installation. + sudo mysql_secure_installation + # Login to MySQL mysql -u root -p |