As a way of getting around the lack of subselect (I'm aware this is coming
soon) we're parsing sql queries, running subselects and storing their
results in a temporary table and replacing the subselect in the sql with the
temporary table name.

This has been working fine, but on upgrading to v4.0.13 the "CREATE
TEMPORARY TABLE <some sql>" part is failing with this error:

Access denied for user: '@localhost' to database 'uclan_database'

Any ideas?



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

Reply via email to