# $Id: ulogd_grants,v 1.1 2005/04/19 21:58:25 bhockney Exp $ -- -- Add grants to MySQL user for ulog tables -- GRANT ALL ON $ULOG_DB.allrows TO $USER; GRANT ALL ON $ULOG_DB.output TO $USER; GRANT SELECT ON $ULOG_DB.* TO $USER;