# $Id: wfwl_grants,v 1.2 2006/06/15 21:55:14 bhockney Exp $
--
-- Add grants to MySQL user for webfwlog tables
--
GRANT SELECT, INSERT, UPDATE, DELETE ON $WFWL_DB.hostnames TO $USER;
GRANT SELECT, INSERT, UPDATE, DELETE ON $WFWL_DB.services TO $USER;
GRANT SELECT, INSERT, UPDATE, DELETE ON $WFWL_DB.reports TO $USER;
GRANT ALL ON $WFWL_DB.tmp_update TO $USER;
GRANT ALL ON $WFWL_DB.tmp_output TO $USER;
