I am running a database backup -- a 7 MB SQL -- using the phpMyAdmin Import function -- and getting an error, whose text doesn't really show where the problem is.
MySQL said: Documentation
#1064 - 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 'CREATE TABLE `wp_clbo_bup_files` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`pi' at line 1
The SQL backup was generated by the Ready! Backup WP plugin, and I would use their plugin GUI, but it doesn't seem to allow uploading an SQL from disk, just loading in backups stored on their system or other cloud services.
Any ideas on how to get this SQL backup to run?
