Quote:
Originally Posted by Manoel J?nior
Thanks Richie,
I'm trying to do a full import my database.
Collation of the original database: latin1_swedish_ci
Collation destination database: latin1_swedish_ci
I imported my database by phpMyAdmin and I'm trying to import from the command line because the phpMyAdmin is taking too long causing timeout.
My database has 2GB
|
ok but I think you use this
PHP Code:
mysql -uUSERNAME -pPASSWORD DATABASE < Yourbackup.sql
Make sure you have an empty database. The error you are getting says "Duplicate Entry". If you had already tried importing using Phpadmin you should start over and clear it before importing again.