database import error message
-
Hi I got this message when trying to import my database – I have no understanding of this and would appreciate some advice…. Thanks, Dan
-- Database:db4w53acvnbjz2`
—— ——————————————————–
—
— Table structure for table5ka_actionscheduler_actions
—CREATE TABLE
5ka_actionscheduler_actions(
action_idbigint(20) UNSIGNED NOT NULL,
hookvarchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
statusvarchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
scheduled_date_gmtdatetime DEFAULT ‘0000-00-00 00:00:00’,
scheduled_date_localdatetime DEFAULT ‘0000-00-00 00:00:00’,
argsvarchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
schedulelongtext COLLATE utf8mb4_unicode_520_ci,
group_idbigint(20) UNSIGNED NOT NULL DEFAULT ‘0’,
attemptsint(11) NOT NULL DEFAULT ‘0’,
last_attempt_gmtdatetime DEFAULT ‘0000-00-00 00:00:00’,
last_attempt_localdatetime DEFAULT ‘0000-00-00 00:00:00’,
claim_idbigint(20) UNSIGNED NOT NULL DEFAULT ‘0’,
extended_argsvarchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DE[…]MySQL said: Documentation
#1046 – No database selected
[ Back ]
Open new phpMyAdmin window`
The topic ‘database import error message’ is closed to new replies.