#1064 - You have an error in your SQL syntax;

cnicolaide

New Member
While uploading tables in database after uploading the table mysql showing found following problemErrorSQL query: $$$$ MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to usenear '$' at line 1code :\[code\]-- phpMyAdmin SQL Dump-- version 3.4.10.1-- http://www.phpmyadmin.net---- Host: localhost-- Generation Time: Sep 21, 2012 at 06:38 PM-- Server version: 5.1.63-- PHP Version: 5.2.17SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";SET time_zone = "+00:00";/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;/*!40101 SET NAMES utf8 */;---- Database: `abc_table`--DELIMITER // $$ ---- Functions--$$$$$$$$$$$$$$$$$$$$$$$$//DELIMITER ;*\[/code\]
 
Top