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
"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
Hi,
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'
Any help would be appreciated
Didier