Index: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	(revision 18763)
+++ branches/version-2_5-dev/html/install/index.php	(revision 18775)
@@ -867,5 +867,5 @@
         // Debugモード指定
         $options['debug'] = PEAR_DB_DEBUG;
-        $objDB = DB::connect($dsn, $options);
+        $objDB = MDB2::connect($dsn, $options);
         // 接続成功
         if(!PEAR::isError($objDB)) {
Index: branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 18764)
+++ branches/version-2_5-dev/html/install/sql/create_table_mysql.sql	(revision 18775)
@@ -942,5 +942,5 @@
     create_date datetime NOT NULL,
     update_date datetime NOT NULL,
-    "convert" text,
+    `convert` text,
     PRIMARY KEY (no)
 ) TYPE=InnoDB;
