Peter Gorelczenko <[EMAIL PROTECTED]> wrote:
> Good Morning,
> I'm running Alpha 4.1 on Linux.  I'm new to MySql but familliar with other 
> databases.  I set up a user with "Create Temporary Tables" permissions.  That 
> user can create temp tables but can not alter or update the table.   That 
> user is getting "Update command denied to user..."  for the temp table.  They 
> also get this error when an alter table is executed.  Doesn't the user have 
> ownership of the temp table they create?  If they do then why can't they 
> alter/update it?  Am I missing something?

CREATE TEMPORARY TABLES privilege allows only create temporary tables.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to