SQL - #1064 - 您的SQL语法有错误;

时间:2016-06-28 12:02:02

标签: mysql phpmyadmin mariadb

我导出了我的数据库,因为我更改了服务器。 现在我想导入我的SQL Dump,但是我收到了错误:

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'phpMyAdmin SQL Dump

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"' at line 1

这是我的转储的开头:

-- phpMyAdmin SQL Dump
-- version 4.0.5 
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Czas wygenerowania: 28 Cze 2016, 12:42
-- Wersja serwera: 5.5.32-cll
-- Wersja PHP: 5.3.17

SET 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 */;

1 个答案:

答案 0 :(得分:0)

您是否正在更改服务器类型?(Microsoft SQL,MySQL,Postgres ......) 如果是这样,那将影响SQL的工作方式。您将需要对正在使用的SQL版本使用适当的语法。

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'phpMyAdmin SQL Dump

另一方面,你的错误使得它看起来像“ - ”就是放弃导入的东西。