Skip to content
Snippets Groups Projects
Commit 6f8d9a43 authored by Denix's avatar Denix Committed by Wes Gurney
Browse files

Update databases.md

run mysql_secure_installation to secure the freshly installed mysql server
parent bf309fcf
No related branches found
No related tags found
1 merge request!4954Add support to configure webhook_timeout in gitlab.yaml
This commit is part of merge request !4954. Comments created here will be created in the context of that merge request.
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment