sql error

asishlla

Verified User
Joined
Jul 24, 2009
Messages
235
hello
itry to import db and get this error:

Code:
<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?token=e1d28675503b1433c66c9a930f9b6a7b&js_frame=right&nocache=3876383514" /> <link rel="stylesheet" type="text/css" href="print.css" media="print" /> <meta name="robots" content="noindex,nofollow" /> <script type="text/javascript"> //<![CDATA[ try { // can't access this if on a different domain var topdomain = top.document.domain; // double-check just for sure if (topdomain != self.document.domain) { alert("Redirecting..."); top.location.replace(self.document.URL.substring(0, self.document.URL.lastIndexOf("/")+1)); } } catch(e) { alert("Redirecting... (error: " + e); top.location.replace(self.document.URL.substri[...]

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 '<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />' at line 1

what is the problem please and how to fix it
thank you
 
Something is wrong with your database you are trying to import.

"You have an error in your SQL syntax"
 
"You have an error in your SQL syntax"
thank you and because that i made new thread here
but how to fix it?
 
Back
Top