SQL Backup without quotes
-
Tried restoring a backup into a new database, but the INSERT statements are missing the quotes around char or datetime fields and therefore fail…
Example:
INSERT INTO wp_blog_versions VALUES(2, 27916, 2014-07-04 16:14:08);
INSERT INTO wp_blog_versions VALUES(1, 27916, 2014-07-04 16:14:44);
INSERT INTO wp_blog_versions VALUES(4, 27916, 2014-07-04 16:23:42);
INSERT INTO wp_blog_versions VALUES(3, 27916, 2014-07-04 16:23:43);Am I missing an option or is this a bug?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘SQL Backup without quotes’ is closed to new replies.