Arkadaşlar merhaba, sitemi taşımaya çalışıyorum ama sql hatası veriyor phpmyadmin sql dosyasını düzenleyip bana gönderebilicek varmı ?
veren hata

Veritabanı: `resimdun_wp353` -- -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `wpcb_actionscheduler_actions` -- CREATE TABLE `wpcb_actionscheduler_actions` (  `action_id` bigint(20) UNSIGNED NOT NULL,  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,  `group_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',  `attempts` int(11) NOT NULL DEFAULT '0',  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',  `claim_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL ) ENGINE=InnoDB [...]