9 lines
103 B
ObjectPascal
9 lines
103 B
ObjectPascal
|
err("Grant ALL to test_user@%/test_db")
|
||
|
|
||
|
mysql_grant {
|
||
|
"test_user@%/test_db":
|
||
|
privileges => all
|
||
|
}
|
||
|
|
||
|
|