Re: create tmp table privileges

2002-07-17 Thread Victoria Reznichenko
Daniel, Wednesday, July 17, 2002, 8:20:30 AM, you wrote: DK> I've been trying to grant users the right to create temporary tables: DK> grant create temporary table on mydatabase.* to user; DK> flush privileges; DK> I've also tried: DK> grant create temporary table on mysql.* to user; DK> flush

create tmp table privileges

2002-07-16 Thread Daniel Kasak
Hi all. I've been trying to grant users the right to create temporary tables: grant create temporary table on mydatabase.* to user; flush privileges; I've also tried: grant create temporary table on mysql.* to user; flush privileges; When I check in the user table, the Create_tmp_table_priv