WordPress database error#1064
-
I am having some major database troubles. Trying to update changes I’ve made for saysyou.net from running out of a subdirectory to the main site.
I have been following this tutorial for moving my site from a subdirectory to the main one (saysyou.net) as it is much more detailed than this guide. I have been able to do this process with my blog without a hitch before. But of course everything went wonky when I got to the part about changing the WordPress address URL from the subdir to saysyou.net which means something did not happen correctly.
To explore the troubleshooting on this, I’ve loaded the backup of the site on my computer’s localhost, but when I try to import the database all I get is the 1064 syntax error. I have tried excluding tables from the export in phpMyAdmin, but it just says that each successive table has more syntax errors.
Here’s what the syntax error looks like on my localhost.I have tried repairing the database using define(‘WP_ALLOW_REPAIR’, true); in the wp-config.php file, but it comes back that everything is fine, no repairs needed.
The hosting platform is old school or something because the phpMyAdmin looks like it’s from the 90s or early 00s. Is there a possibility that the phpMyAdmin is exporting a database using old syntax?
I seriously feel completely stuck, the site is down for now. If there is a way to restore the site back to the subdirectory just to get it working again so I can keep troubleshooting on my localhost — any help would be amazing. Thanks!
- The topic ‘WordPress database error#1064’ is closed to new replies.