こんにちは
SQLに関しては超がつく初心者です。。
DBサーバーとwordpressのバージョンが古く移行作業中ですが、
INFORMATION_SCHEMAが上手く移行出来ず困っています。
サーババージョンは
移行元は5.5.31
移行先は5.6.23
です。
SQL互換モードを変更したりしていて、試したとき以下のようなエラーが出ました。
SQL互換モード「NONE」
エラー 実行した SQL: -- -- テーブルのデータをダンプしています `EVENTS` -- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr"> <head> <link rel="icon" href="./favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" /> <title>phpMyAdmin</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?token=0e7d15d48d7b750a9076297e2052c88b&js_frame=right&nocache=1589533580" /> <link rel="stylesheet" type="text/css" href="./css/print.css?token=0e7d15d48d7b750a9076297e2052c88b" media="print" /> <script type="text/javascript" language="javascript"> // <![CDATA[ // Updates the title of the frameset if possible (ns4 does not allow this) if (typeof(parent.document) != '[...] MySQL のメッセージ: ドキュメント #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 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w' at line 5
SQL互換モード移行先、元どちらも「MYSQL40」
エラー 実行した SQL: -- phpMyAdmin SQL Dump -- version 2.10.1-rc1 -- http://www.phpmyadmin.net -- -- ホスト: localhost -- 生成時間: 2020 年 5 月 15 日 10:29 -- サーバのバージョン: 5.5.31 -- PHP のバージョン: 5.4.14 -- -- データベース: `information_schema` -- -- -------------------------------------------------------- -- -- テーブルの構造 `CHARACTER_SETS` -- CREATE TEMPORARY TABLE `CHARACTER_SETS` ( `CHARACTER_SET_NAME` VARCHAR( 32 ) NOT NULL DEFAULT '', `DEFAULT_COLLATE_NAME` VARCHAR( 32 ) NOT NULL DEFAULT '', `DESCRIPTION` VARCHAR( 60 ) NOT NULL DEFAULT '', `MAXLEN` BIGINT( 3 ) NOT NULL DEFAULT '0' ) TYPE = MEMORY; MySQL のメッセージ: ドキュメント #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 'TYPE=MEMORY' at line 25
試したこと
[#1064]エラーについて調べて、'を`へ変換したりしましたが、ダメでした。
補足情報(FW/ツールのバージョンなど)
phpMyAdminバージョン情報
移行元:2.10.1
移行先:4.0.10.18
不足していることが有りましたら補足致します。
宜しくお願いします!
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。