Hi
I am backing up my database through mysqldumper.
which file format backup should i checked?
tried to leave it to the default checking "Complete Inserts", when i restored to the new server i received following error through bigdump
Error at the line 1350488: INSERT INTO `phpbb_search_wordmatch` (`post_id`,`word_id`,`title_match`) VALUES ('545104','1426','0');
Query: INSERT INTO `phpbb_search_wordmatch` (`post_id`,`word_id`,`title_match`) VALUES ('545104','1426','0');
MySQL: Duplicate entry '1426-545104-0' for key 1
Stopped on error
please help
thx