An error occurred while fetching the assigned milestone of the selected merge_request.
improves mysql installation doc
2 unresolved threads
2 unresolved threads
The information presented in the doc was not correct this MR aims to fix that
Merge request reports
Activity
Reassigned to @jacobvosmaer-gitlab
- Resolved by username-removed-117638
Added 1 commit:
- b4997088 - improves mysql installation doc
@jacobvosmaer-gitlab is it good this time? :)
22 22 23 23 If you ran `bundle install` before, or you've fully installed the GitLab Development Kit, the mysql gem was. To make sure the gem will be installed, remove `mysql` in `gitlab/.bundle/config` from the `BUNDLE_WITHOUT` key. Run `bundle` in the `gitlab` folder to install mysql. 24 24 25 Configuration of the database is stored in `gitlab/config/database.yml`. Run the following command to update it: 25 Configuration of the database is stored in `gitlab/config/database.yml`. 26 27 You can first remove your `gitlab/config/database.yml` file if it already exists by using the command `rm gitlab/config/database.yml` and then run the following to update it: Already changed in 5a206923
Mentioned in commit 01cd93b4
Please register or sign in to reply