SQL Error Trying To Import Posts
-
I’m relatively new to the platform, trying to export and import (via phpMyAdmin) a WordPress site on BlueHost’s servers for local development. All the database tables seem to be exporting fine except _wp-posts_, which generates this MySQL error:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en” dir=”ltr”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <link rel=”icon” href=”./favicon.ico” type=”image/x-icon” /> <link rel=”shortcut icon” href=”./favicon.ico” type=”image/x-icon” /> <title>phpMyAdmin</title> <link rel=”stylesheet” type=”text/css” href=”phpmyadmin.css.php?server=1&token=6c15efb9727c32996dd34552f7011e4c&js_frame=right&nocache=5388229951″ /> <link rel=”stylesheet” type=”text/css” href=”print.css” media=”print” /> <link rel=”stylesheet” type=”text/css” href=”./themes/pmahomme/jquery/jquery-ui-1.8.custom.css” /> <meta name=”robots” content=”noindex,nofollow” /> <script src=”./js/cross_framing_protection.js?ts=1344778698″ type=”text/javascript”></script> <script src=”./js/jquery/jquery-1.4.4.js?ts=1344778[…]
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 ‘<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w’ at line 1Any thoughts on what the right fix is?
The topic ‘SQL Error Trying To Import Posts’ is closed to new replies.