Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: lord alibaski on July 24, 2011, 10:39:03 AM

Title: is this an hosting issue?
Post by: lord alibaski on July 24, 2011, 10:39:03 AM
Trying to do a bigdump of the database (even though the host lets me upload 50mb files)

Though I keep getting this error, which I have messaged the host but still waiting for a reply.

Error at the line 21: CREATE DATABASE `database name` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

Query: --
--
CREATE DATABASE `database name` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

MySQL: Access denied for user 'user name'@'localhost' to database 'database name'


There is no utf8_general_ci import option.
Title: Re: is this an hosting issue?
Post by: lorth on July 24, 2011, 10:53:51 AM
Quote
MySQL: Access denied for user 'user name'@'localhost' to database 'database name'
fix this.
Title: Re: is this an hosting issue?
Post by: lord alibaski on July 24, 2011, 11:11:51 AM
The database name is in there I just removed it from view of this forum.
Title: Re: is this an hosting issue?
Post by: Illori on July 24, 2011, 11:19:22 AM
you need to make sure the user for the database actually has access to the database which above says it does not have access.
Title: Re: is this an hosting issue?
Post by: lord alibaski on July 24, 2011, 11:26:05 AM
The host just messaged me said he will upload it for me.