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_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 DE[…]MySQL said: Documentation
#1046 – No database selected
[ Back ]
Open new phpMyAdmin window`
- The topic ‘database import error message’ is closed to new replies.