Hi people!

Help me, pleas.

When I do a query like this

CODE
CREATE TEMPORARY TABLE `tmp_b` TYPE = HEAP SELECT * FROM `some_table` WHERE some condition


I get answer from MySQL:
#1044 - Access denied for user 'norma_root'@'localhost' to database 'norma_norma'


While the query is executed without errors ...

What should I do in this situation...