Skip to content
Snippets Groups Projects
Commit 00f33e61 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Merge pull request #4891 from denics/patch-2

Add mysql_secure_installation to databases.md
parents e0b73622 a7230d5d
No related branches found
No related tags found
1 merge request!4948CentOS 6.4 install GitLab 6 0 stable ssh Auth fail
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