Skip to content
Snippets Groups Projects

Be nicer to the MySQL user matcher

Merged Alexander Olofsson requested to merge mysql into production
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -150,7 +150,7 @@ class skadereg(
@@ -150,7 +150,7 @@ class skadereg(
options => ['GRANT'],
options => ['GRANT'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
privileges => ['SELECT', 'INSERT', 'UPDATE', 'DELETE'],
table => '*.*',
table => '*.*',
user => "'root'@'%'",
user => 'root@%',
}
}
},
},
override_options => {
override_options => {
Loading