RE: Problem with Temporary Table

2003-07-10 Thread Uttam
PROTECTED] Subject: Re: Problem with Temporary Table "Didier ROS" <[EMAIL PROTECTED]> wrote: > I am a newbie > I want to create a temporary table and I get the following error > message : > > mysql> CREATE TEMPORARY TABLE tempemp AS SELECT * FROM e

Re: Problem with Temporary Table

2003-07-09 Thread Egor Egorov
"Didier ROS" <[EMAIL PROTECTED]> wrote: > I am a newbie > I want to create a temporary table and I get the following error > message : > > mysql> CREATE TEMPORARY TABLE tempemp AS SELECT * FROM emp; > ERROR 1044: Access denied for user: '@localhost' to database 'test1' > You must have