Re: Problem using TEMPORARY TABLE

2003-07-03 Thread Victoria Reznichenko
Andrey Mishenin <[EMAIL PROTECTED]> wrote: > I've got a problem using temporary tables. Tring to make one (mysql> CREATE > TEMPORARY TABLE ... ) I recieve an error message: > ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'hardware' > At the me

RE: Problem using TEMPORARY TABLE

2003-07-03 Thread csebe
It's probably a matter of granting CREATE TEMPORARY TABLE privilege for the "hardware" user. HTH, Lian > -Original Message- > From: Andrey Mishenin [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 03, 2003 8:26 PM > To: [EMAIL PROTECTED] > Subject:

Problem using TEMPORARY TABLE

2003-07-03 Thread Andrey Mishenin
I've got a problem using temporary tables. Tring to make one (mysql> CREATE TEMPORARY TABLE ... ) I recieve an error message: ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'hardware' At the mean time all other sql requests work correctly. How

Problem using TEMPORARY TABLE

2003-07-03 Thread Andrey Mishenin
I've got a problem using temporary tables. Tring to make one (mysql> CREATE TEMPORARY TABLE ... ) I recieve an error message: ERROR 1044: Access denied for user: '[EMAIL PROTECTED]' to database 'hardware' At the mean time all other sql requests work correctly. How