summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Langesten <daniel.langest@gmail.com>2015-03-16 14:29:52 +0100
committerDaniel Langesten <daniel.langest@gmail.com>2015-03-16 14:29:52 +0100
commit6e9648d623ac9844bfcf2d0200a1c231a601193a (patch)
tree46b509c0355699137c6f9e45b83a30bd773bf60c
parent6a09635ef7d5028557f28c405c814adbf9963067 (diff)
removed illegal char
-rw-r--r--dbsetup.sql2
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;