Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 crawlt_attack table issue

Author  Topic 

mppc
Starting Member

1 Post

Posted - 2011-05-06 : 13:46:27
Hello
I have just migrated my website (www.monparispascher.com) from siteground.com to hostpapa.eu. At the point where I needed to restore ny sql database It was only partly restored with the fillowing message on the screen :

Requête SQL: ----Contenu de la table `crawlt_attack` --INSERT INTO `crawlt_attack` (`id_attack`, `attack`, `script`, `type`) VALUES (1, 'tpl_pgb_moddir=', 'PostGuestbook (PHP-Nuke module)', 'css'), (2, 'vwar_root=', 'Virtual War', 'css'), (3, 'mosConfig_absolute_path=', 'JoomlaPack (Joomla module)', 'css'), (4, 'mosConfig_absolute_path=', 'ExtCalendar (Mambo module)', 'css'), (5, 'mosConfig_absolute_path=', 'CropImage (Mambo module)', 'css'), (6, 'CONFIG_EXT[ADMIN_PATH]=', 'JoomlaPack (Joomla module)', 'css'), (7, 'CONFIG_EXT[ADMIN_PATH]=', 'ExtCalendar (Mambo module)', 'css'), (8, 'CONFIG_EXT[ADMIN_PATH]=', 'CropImage (Mambo module)', 'css'), (9, 'path[docroot]=', 'Comdev Forum', 'css'), (10, 'root=', 'Advanced Login', 'css'), (11, 'basepath=', 'PhpMyCms', 'css'), (12, 'body=', 'ZPanel', 'css'), (13, 'page=', 'ZPanel', 'css'), (14, 'page=', 'ISS Proventia GX5008', 'css'), (15, 'page=', 'ISS Proventia GX5108', 'css'), (16, 'css'), (15, 'page=', 'ISS Proventia GX5108', 'css'), (16, 'dir_module=', 'XFsection (Xoops module)', 'css'), (17, 'context[path_[...] MySQL a répondu: #1062 -Duplicate entry '1' for key 'PRIMARY'

hostpapa support advised ne to clean up my sql database but i have no knowledgz of sql and am afraid to mess up with my site. So i need some expert advice from sql experts ;-)

Thank you :)
Mael

jimf
Master Smack Fu Yak Hacker

2875 Posts

Posted - 2011-05-06 : 13:55:34
This is a Microsoft SQL Server forum. You might get a better answer here: www.dbforums.com

Jim



Everyday I learn something that somebody else already knew
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2011-05-09 : 10:21:47
or try at mysql specific at www.mysql.com

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -