can not import my old database

Status
Not open for further replies.

aycan.naime27

New Member
Messages
16
Reaction score
0
Points
0
hi

i have tried to import my old database into the one i m using with my x10hosting account but i can t what is wrong with it? how can i send you the database i m trying to import so that you examine the wrong?
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
You have to create a database using cPanel-->MySQL Databases and then go to cPanel-->phpMyAdmin and use that to import the table structure and data into the new database.

What errors did you get when you tried?
This has to be an SQL dump, not the physical database.
If the dump included the 'CREATE DATABASE' command, it will not work. You have to make a copy of the dump (always keep a backup if you are editing) and edit out the database creation instructions.
 

aycan.naime27

New Member
Messages
16
Reaction score
0
Points
0
i get the following error

SQL sorgusu:
--
-- Veritabanı: `asduskun`
--
CREATE DATABASE `asduskun` DEFAULT CHARACTER SET latin1 COLLATE latin1_german2_ci;


MySQL çıktısı:
#1007 - Can't create database 'asduskun'; database exists

and how can i edit it to make it work?
 
Last edited:
Status
Not open for further replies.
Top