Code:
Access denied for user: 'mantisatlantis@localhost' to database 'phpforum'
CREATE TEMPORARY TABLE IF NOT EXISTS tmp ( topic_id INT(11) NOT NULL DEFAULT 0, postdate datetime NOT NULL default '0000-00-00 00:00:00')
Hi there,
This is a strange error -
if I change the CREATE TEMPORARY TABLE line to CREATE TABLE the error moves onto the next $sql statement in the viewforum.php file. And pulls that line up as the error.
I have server connection to a 3rd party host so I don't have access to the server rights. But the error just seems to do with something - my password is input correctly.
I dont know how to set the GRANT options though...
please help?