• 07-01-2008, 20:41:18
    #1
    wordpress 'e yeni veri tabanı yüklemek için bigdump kurdum ftp dende *.sql dosyasını attım.

    Şimdi bigdumptan import etmeye tıkladığımda şöyle bir hata alıyorum sizce sorun nedir?

    Hata mesajı ...

    BigDump: Staggered MySQL Dump Importer v0.28b
    Processing file: wp_db.sql
    
    Starting from line: 1
    
    Error at the line 38: ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;
    
    Query: CREATE TABLE `wp_comments` (
    `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
    `comment_post_ID` int(11) NOT NULL default '0',
    `comment_author` tinytext NOT NULL,
    `comment_author_email` varchar(100) NOT NULL default '',
    `comment_author_url` varchar(200) NOT NULL default '',
    `comment_author_IP` varchar(100) NOT NULL default '',
    `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
    `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
    `comment_content` text NOT NULL,
    `comment_karma` int(11) NOT NULL default '0',
    `comment_approved` enum('0','1','spam') NOT NULL default '1',
    `comment_agent` varchar(255) NOT NULL default '',
    `comment_type` varchar(20) NOT NULL default '',
    `comment_parent` bigint(20) NOT NULL default '0',
    `user_id` bigint(20) NOT NULL default '0',
    PRIMARY KEY (`comment_ID`),
    KEY `comment_approved` (`comment_approved`),
    KEY `comment_post_ID` (`comment_post_ID`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;
    
    
    MySQL: Table 'wp_comments' already exists
    
    Stopped on error
  • 07-01-2008, 21:07:34
    #2
    wp_comments tablosu zaten mevcut, diyor hatada.
  • 07-01-2008, 21:18:38
    #3
    Sildim tüm tabloları yinede olmadı bir sorum var
    wordpress e şimdi ben bigdump yardımıyla nasıl *.sql dosyayı yükliyebilirim.wordpress kendi halinde kurulu tüm tabloları sildim yine olmadı ne yapabiliriz?