diff options
Diffstat (limited to 'pmacct/dbGrant.mysql')
-rw-r--r-- | pmacct/dbGrant.mysql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pmacct/dbGrant.mysql b/pmacct/dbGrant.mysql new file mode 100644 index 0000000..6266e46 --- /dev/null +++ b/pmacct/dbGrant.mysql @@ -0,0 +1 @@ +grant all privileges on pmacct.* to pmacct@localhost identified by 'arealsmartpwd' with grant option; |