When we import our blog from one to any other server , we have to import all databases to new server and we may suffer some problems while impoting mysql data base .
I am giving some tricks to bypass most of these errors .
After installing blog or cms like wordpress go to php my-admin and delete all tables from newly created database .
Import your existing database from your old server and extract it to text file .
Open text file and remove the following line in text file
“Database: `name`
–
CREATE DATABASE `name“
After removing database name you can import this database to new database easily .










