Update databases.md

run mysql_secure_installation to secure the freshly installed mysql server
This commit is contained in:
Denix 2013-08-25 23:37:42 +02:00 committed by Jacob Vosmaer
parent 883cb467c5
commit cbb5b000c0
1 changed files with 3 additions and 0 deletions

View File

@ -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