tags:

views:

31

answers:

2

We've decided to move one of our websites from one web hosting service to another. So, I backed up all the files and transfered them to the new host. Here's the problem I can't import the sql file into new database on the new host, I get "Access denied" error. weird. I'm using CPanel version 11. Any idea?

A: 

You need to change the file permissions?

Hogan
it's not file permission, I can upload the sql file, but I can not import it to the database.
Hassan
is the db running as a different user than you used to upload the file -- it could still be the permissions.
Hogan
A: 

A lot of web hosts do not allow importing files with phpMyAdmin. However, you could easily get the same results with a quick PHP app.

George Edison