Skip to content

update grant command to match how mysql shows

gitlab-qa-bot requested to merge github/fork/bbodenmiller/patch-12 into master

Created by: bbodenmiller

When looking up the granted permissions for users in MySQL using show grants for 'git'@'localhost'; it shows the permissions in this order regardless of how you enter them. Changing so that comparing your actual permissions vs. what installation guide says is easier.

Merge request reports