# $Id: temp_grants,v 1.1 2005/04/19 21:58:25 bhockney Exp $
--
-- Add temorary table grants to MySQL user on $DB
--
GRANT CREATE TEMPORARY TABLES on $DB.* TO $USER;
