Re: Grants to a database table that doesn't exist yet

2002-03-15 Thread Scott Helms
To: "MYSQL-List (E-mail)" <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 10:44 AM Subject: Grants to a database table that doesn't exist yet > > Is there someway I can force a Grant to take if the database table doesn't > exist yet? > > I have the datab

RE: Grants to a database table that doesn't exist yet

2002-03-15 Thread Gurhan Ozen
45 AM To: MYSQL-List (E-mail) Subject: Grants to a database table that doesn't exist yet Is there someway I can force a Grant to take if the database table doesn't exist yet? I have the database created, awaiting the data that is being dropped into it, but I want to set up privileges

Grants to a database table that doesn't exist yet

2002-03-15 Thread Luc Foisy
Is there someway I can force a Grant to take if the database table doesn't exist yet? I have the database created, awaiting the data that is being dropped into it, but I want to set up privileges to it before it exists so its ready to go live in an instant mysql> GRANT DELETE,SELECT,UPDATE on q