Arkadaşlar bir arkadaşımın sitesinden 1600 filmli xml yedekledik kendi siteme yüklüyorum ama hata veriyor yardımcı olabilirmisiniz

SQL sorgusu:

USE `xnhdflma_wp1`

MySQL çıktısı: Belgeler

#1044 - Access denied for user 'filmakisi'@'localhost' to database 'xnhdflma_wp1'

database adımı xnhdflma_wp1 yerine xml den değiştirip kendi database adımı yaptım yinede hata alıyorum










SQL sorgusu:

INSERT INTO `database adım**`.`wppl_posts` (

`ID` ,
`post_author` ,
`post_date` ,
`post_date_gmt` ,
`post_content` ,
`post_title` ,
`post_excerpt` ,
`post_status` ,
`comment_status` ,
`ping_status` ,
`post_password` ,
`post_name` ,
`to_ping` ,
`pinged` ,
`post_modified` ,
`post_modified_gmt` ,
`post_content_filtered` ,
`post_parent` ,
`guid` ,
`menu_order` ,
`post_type` ,
`post_mime_type` ,
`comment_count`
)
VALUES ( 2, 1, '2015-12-24 18:59:48', '2015-12-24 18:59:48', 'This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.', 'About', '', 'publish', 'open', 'open', '', 'about', '', '', '2015-12-24 18:59:48', '2015-12-24 18:59:48', '', 0, 'http://***/?page_id=2', 0, 'page', '', 0 ) ;

MySQL çıktısı: Belgeler

#1062 - Duplicate entry '2' for key 'PRIMARY'