Commit cbb5b000c0c7593673683c08a402ea01a3a7f369
Committed by
Jacob Vosmaer
1 parent
883cb467
Exists in
master
and in
4 other branches
Update databases.md
run mysql_secure_installation to secure the freshly installed mysql server
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
doc/install/databases.md
| ... | ... | @@ -14,6 +14,9 @@ GitLab supports the following databases: |
| 14 | 14 | # Pick a database root password (can be anything), type it and press enter |
| 15 | 15 | # Retype the database root password and press enter |
| 16 | 16 | |
| 17 | + # Secure your installation. | |
| 18 | + sudo mysql_secure_installation | |
| 19 | + | |
| 17 | 20 | # Login to MySQL |
| 18 | 21 | mysql -u root -p |
| 19 | 22 | ... | ... |