正常に動作していたバックアップとしてデータベースをエクスポートしました。私はこのエラーを得た、まったく同じサーバー、フォルダなどにデータベースをインポートする場合:SQLエラー1064 - インポートエラー
There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below: ----BEGIN CUT---- eNo1jUEKwjAURIXu/inmADHkpwYxu1JCu0iTmFQ9gYtushP09qaCs3oMjxmXc8wWI2PU8C5YMDSY qayt7oiWT7l6CyON7NWxV5LpVjJiERgmF1aBu2vmY6sY5xwX11Ql9YXSMlicGhtKc9otEcs+1Es+ w2/19SY/hMniWen3Qd3hny8nMiDI ----END CUT---- ----BEGIN RAW---- ERROR: C1 C2 LEN: 1 2 11 STR:
MySQL: 5.5.30-30.1 USR OS, AGENT, VER: Win CHROME 5.0.29 PMA: 4.0.5 PHP VER,OS: 5.3.17 Linux LANG: en SQL:
----END RAW----SQL query:
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 '' at line 1
唯一の問題は、私のインデックスページは、実際に、メインのコンテンツをコンテンツが不足していることのようです。これらのファイルはすべて.sqlです。
私はすべてのテーブルを削除し、昨年の4月から元のデータベースをインポートしました。明らかに、このデータベースには、すべての顧客のすべてのアカウント情報、注文情報など、および自分の製品に加えられたすべての変更が欠落しています。
2つのデータベースを比較すると、最初の11行が問題のようですが、修正方法はわかりません。動作しないファイルの最初の11行は、次のとおりです。作業を行うファイルの
-- phpMyAdmin SQL Dump
-- version 4.0.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 22, 2013 at 01:28 PM
-- Server version: 5.5.30-30.1
-- PHP Version: 5.3.17
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
最初の11行は、次のとおりです。私は単に11行をコピー&ペーストしてみました
-- phpMyAdmin SQL Dump
-- version 3.4.10.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Apr 09, 2012 at 05:50 AM
-- Server version: 5.1.61
-- PHP Version: 5.2.17
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
HVE作業ファイルから動作しないファイルに別のエラーが発生します。
私はこれが長い記事であることを知っています。謝罪していますが、これは何時間も苦労しており、本当に助けが必要です。
ありがとうございました
SQL_MODEがバージョン4.1で追加され、バージョンが3.4.10.1 –
ありがとうございました。私は下でそれを理解した。 –