Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6256)
+++ temp/trunk/html/install/index.php	(revision 6257)
@@ -7,4 +7,7 @@
 require_once("../require.php");
 $INSTALL_DIR = realpath(dirname( __FILE__));
+
+define('DB_DEBUG', 12);
+
 class LC_Page {
 	function LC_Page() {
@@ -530,5 +533,5 @@
 		$dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name'];
 		// Debug¥â¡¼¥É»ØÄê
-		$options['debug'] = 9;
+		$options['debug'] = DB_DEBUG;
 		$objDB = DB::connect($dsn, $options);
 		// ÀÜÂ³¥¨¥é¡¼
@@ -573,6 +576,7 @@
 		
 		gfPrintLog("nn", "./temp/install.log");
-		
-		$objDB = DB::connect($dsn);
+		// Debug¥â¡¼¥É»ØÄê
+		$options['debug'] = DB_DEBUG;
+		$objDB = DB::connect($dsn, $options);
 		
 			gfPrintLog("nn", "./temp/install.log");
