From cbb5b000c0c7593673683c08a402ea01a3a7f369 Mon Sep 17 00:00:00 2001 From: Denix <denics@free.fr> Date: Sun, 25 Aug 2013 23:37:42 +0200 Subject: [PATCH] Update databases.md run mysql_secure_installation to secure the freshly installed mysql server --- doc/install/databases.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.9