diff options
Diffstat (limited to 'dbsetup.sql')
-rw-r--r-- | dbsetup.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbsetup.sql b/dbsetup.sql index 8354e2d..91ac8ee 100644 --- a/dbsetup.sql +++ b/dbsetup.sql @@ -15,4 +15,4 @@ CREATE TABLE clean_data ( UNIQUE idx (ipb_src, ipb_dst, as_src, as_dst, port_src, port_dst, volume, time) ); -grant all privileges on pmacct.* to flow-cleaner@localhost identified by 'nil' with grant option; +grant all privileges on pmacct.* to flowcleaner@localhost identified by 'nil' with grant option; |