6 lines
86 B
ObjectPascal
6 lines
86 B
ObjectPascal
|
err("Remove the db grant")
|
||
|
|
||
|
mysql_grant { "test_user@%test_db": privileges => [ ] }
|
||
|
|
||
|
|