I'm trying to copy a table from a database to another database, but I get this error:
PHP Code:
unknown database itemlogs
I can access the itemlogs database separately just fine though. This is the query I'm using:
PHP Code:
requestSQL("CREATE TABLE itemlogs.foobar AS SELECT * FROM main.buffs", true);
Any idea what's wrong?