From 6e9648d623ac9844bfcf2d0200a1c231a601193a Mon Sep 17 00:00:00 2001 From: Daniel Langesten Date: Mon, 16 Mar 2015 14:29:52 +0100 Subject: removed illegal char --- dbsetup.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbsetup.sql') 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; -- cgit v1.1