• 05-10-2020, 21:09:53
    #1
    Start import'a tıkladığımda şu hatayı veriyor:
    Error at the line 45: ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    Query: --
    --
    --
    --
    CREATE TABLE `wpsz_actionscheduler_actions` (
    `action_id` bigint(20) UNSIGNED NOT NULL,
    `hook` varchar(191) COLLATE utf8_unicode_ci NOT NULL,
    `status` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
    `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
    `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
    `args` varchar(191) COLLATE utf8_unicode_ci DEFAULT NULL,
    `schedule` longtext COLLATE utf8_unicode_ci,
    `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `attempts` int(11) NOT NULL DEFAULT '0',
    `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
    `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
    `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
    `extended_args` varchar(8000) COLLATE utf8_unicode_ci DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
    MySQL: Table 'wpsz_actionscheduler_actions' already exists
    Nasıl çözebilirim?
  • 05-10-2020, 21:12:59
    #2
    Tabloyu sil oyle dene hocam.
  • 05-10-2020, 23:04:50
    #3
    Onuraygun adlı üyeden alıntı: mesajı görüntüle
    Tabloyu sil oyle dene hocam.
    Onu sildim başka hata verdi. Onu da sildim şimdi yine hata veriyor.

    Error at the line 65: ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
    Query: --
    --
    --
    --
    CREATE TABLE `wpsz_actionscheduler_groups` (
    `group_id` bigint(20) UNSIGNED NOT NULL,
    `slug` varchar(255) COLLATE utf8_unicode_ci NOT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci
    MySQL: Table 'wpsz_actionscheduler_groups' already exists
    Stopped on error