Hello,
​
I am trying to do my first import, but I have not been successful. I have an SQL file and a zipped website package, but I am getting errors with the SQL file.
​
This is the error:
\—- Database: \`techrhso\_elicadb\`—- ———————————————————— Table structure for table \`wpvx\_actionscheduler\_actions\`–CREATE TABLE \`wpvx\_actionscheduler\_actions\` ( \`action\_id\` bigint(20) UNSIGNED NOT NULL, \`hook\` varchar(191) NOT NULL, \`status\` varchar(20) 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) DEFAULT NULL, \`schedule\` longtext DEFAULT NULL, \`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) DEFAULT NULL, \`priority\` tinyint(3) UNSIGNED NOT NULL DEFAULT 10) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4\_unicode\_520\_ci;
[ad_2]
That’s not the error. That’s a table.