MyBB Community Forums

Full Version: Moving Forum to New Host
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm in the middle of moving my forum to a new host, but I have some challenges:

I have a back-up of my files + I have taken a back-up from my old database, but when I tries to import the .sql file to my new database, I get this error message:

Error
SQL query:

--
-- Database: `chisnacket_se`
--
CREATE DATABASE  `chisnacket_se` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;


MySQL said: 

#1044 - Access denied for user '153173_jq41901'@'%' to database 'chisnacket_se'

I'm a n00b when it comes to databases, so if any could help me out to what I should do to grant access to the database back-up for my new user it would be great, because I am really lost Huh

Thanks in advance! Blush
Have you edited your configuration file and edited the DB details?
(2012-05-06, 10:49 PM)Mr.Kewl Wrote: [ -> ]Have you edited your configuration file and edited the DB details?

Yes I have.

Anybody? I really need some help!
I could fix this if given ssh access to the server. If not, I could still do it via phpmyadmin, but I'm more comfortable with the command line.