@@ -130,6 +130,9 @@ More details can be found at the [integration documentation](../integration/goog
Only applies if running MySQL database created with GitLab 6.7 or earlier. If you are not experiencing any issues you may not need the following instructions however following them will bring your database in line with the latest recommended installation configuration and help avoid future issues. Be sure to follow these directions exactly. These directions should be safe for any MySQL instance but to be sure make a current MySQL database backup beforehand.
```
# Stop GitLab
sudo service gitlab stop
# Secure your MySQL installation (added in GitLab 6.2)
sudo mysql_secure_installation
...
...
@@ -191,6 +194,9 @@ mysql> \q
# Set production -> username: git
# Set production -> password: the password your replaced $password with earlier