Having issues using Updraft for my restores.
The backup was from MySQL 5.5.44 and the Restore is on the same version.
I’m getting these errors:
n error (1) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_options\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_options\”
An error (2) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_options” ( “option_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “optio’ at line 1 – the database query being run was: CREATE TABLE “wp_options” ( “option_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “option_name” …
Restoring table ((?)): “wp_users”
Table to be implicitly dropped: “wp_users”
An error (3) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_users\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_users\”
An error (4) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_users” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_login” va’ at line 1 – the database query being run was: CREATE TABLE “wp_users” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_login” varchar(6 …
An error (5) occurred: – Table ‘wordpress.wp_users’ doesn’t exist – the database query being run was: INSERT INTO wp_users VALUES (1, ‘lafwpadmin’, ‘$P$BROrdWohzA8IzBClITWjERRxhyc2TA1’, ‘lafwpadmin’, …
Restoring table ((?)): “wp_usermeta”
Table to be implicitly dropped: “wp_usermeta”
An error (6) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_usermeta\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_usermeta\”
An error (7) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_usermeta” ( “umeta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_’ at line 1 – the database query being run was: CREATE TABLE “wp_usermeta” ( “umeta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “user_id” big …
An error (8) occurred: – Table ‘wordpress.wp_usermeta’ doesn’t exist – the database query being run was: INSERT INTO wp_usermeta VALUES (1, 1, ‘nickname’, ‘lafwpadmin’), (2, 1, ‘first_name’, ”), (3, 1, …
Restoring table ((?)): “wp_commentmeta”
Table to be implicitly dropped: “wp_commentmeta”
An error (9) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_commentmeta\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_commentmeta\”
An error (10) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_commentmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “com’ at line 1 – the database query being run was: CREATE TABLE “wp_commentmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “comment_id …
Restoring table ((?)): “wp_comments”
Table to be implicitly dropped: “wp_comments”
An error (11) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_comments\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_comments\”
An error (12) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_comments” ( “comment_ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “com’ at line 1 – the database query being run was: CREATE TABLE “wp_comments” ( “comment_ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “comment_po …
Restoring table ((?)): “wp_links”
Table to be implicitly dropped: “wp_links”
An error (13) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_links\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_links\”
An error (14) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_links” ( “link_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “link_url”‘ at line 1 – the database query being run was: CREATE TABLE “wp_links” ( “link_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “link_url” varcha …
Restoring table ((?)): “wp_postmeta”
Table to be implicitly dropped: “wp_postmeta”
An error (15) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_postmeta\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_postmeta\”
An error (16) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_postmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_i’ at line 1 – the database query being run was: CREATE TABLE “wp_postmeta” ( “meta_id” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_id” bigi …
An error (17) occurred: – Table ‘wordpress.wp_postmeta’ doesn’t exist – the database query being run was: INSERT INTO wp_postmeta VALUES (42, 42, ‘_edit_last’, ‘7’), (43, 42, ‘_wp_page_template’, ‘default …
Restoring table ((?)): “wp_posts”
Table to be implicitly dropped: “wp_posts”
An error (18) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘\”wp_posts\”‘ at line 1 – the database query being run was: DROP TABLE IF EXISTS \”wp_posts\”
An error (19) occurred: – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘”wp_posts” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_author” b’ at line 1 – the database query being run was: CREATE TABLE “wp_posts” ( “ID” bigint(20) unsigned NOT NULL AUTO_INCREMENT, “post_author” bigint(2 …
An error (20) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (42, 4, ‘2016-06-28 17:39:33’, ‘2016-06-28 17:39:33’, ‘[et_pb_section …
An error (21) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (653, 4, ‘2016-06-28 19:51:44’, ‘2016-06-28 19:51:44’, ‘[et_pb_section …
An error (22) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (690, 4, ‘2016-06-28 22:37:29’, ‘2016-06-28 22:37:29’, ‘[et_pb_section …
An error (23) occurred: – Table ‘wordpress.wp_posts’ doesn’t exist – the database query being run was: INSERT INTO wp_posts VALUES (783, 6, ‘2016-07-26 20:27:28’, ‘2016-07-26 20:27:28’, ‘[et_pb_section …
Thank you
Devon
https://wordpress.org/plugins/updraftplus/