1
mysql_grant{'test1@localhost/redmine.*':
2
user => 'test1@localhost',
3
table => 'redmine.*',
4
privileges => ['UPDATE'],
5
}