Öncelik veritabanınızı yedekleyin, bir sorun olmaması açısından... daha sonra hata veren satırı bulun ve şu şekilde değiştirip tekrar deneyin:

INSERT INTO `wp_democracyA` ( `aid` , `qid` , `answers` , `votes` , `added_by` )
VALUES ( '1', '1', 'Best. Blog. Ever.', '0', '' ) , ( '2', '1', 'Could be better...', '0', '' ) , ( '3', '1', 'My grandma could make a better website!', '0', '' ) , ( '4', '1', 'Ooo look, a butterfly!', '0', '' ) , ( '5', '1', 'No Comment', '0', '' );