View Single Post
  #1 (permalink)  
Old 03-16-06, 04:11 AM
gigafare gigafare is offline
Newbie Coder
 
Join Date: Oct 2005
Posts: 74
Thanks: 0
Thanked 0 Times in 0 Posts
SQL Importing problem (from php)

Because of a missing Cpanel. I'm dumping a large SQL file using http://www.ozerov.de/bigdump.php

But i have the following error :

Error at the line 13: /*!40101 SET NAMES */;

Query: /*!40101 SET NAMES */;

MySQL: 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 '' at line 1

Stopped on error


What's wrong with the syntax?
Reply With Quote