Commit cbb5b000 authored by Denix's avatar Denix Committed by Jacob Vosmaer

Update databases.md

run mysql_secure_installation to secure the freshly installed mysql server
parent 883cb467
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment