Index: temp/trunk/html/test/kakinaka/mysql.php
===================================================================
--- temp/trunk/html/test/kakinaka/mysql.php	(revision 4712)
+++ temp/trunk/html/test/kakinaka/mysql.php	(revision 4732)
@@ -5,5 +5,4 @@
 
 $dsn = "mysql://eccube_db_user:password@210.188.212.163/eccube_db";
-/*
 print($dsn."<br>");
 
@@ -15,5 +14,4 @@
     print_r($row);
 }
-*/
 
 ?> 
Index: temp/trunk/data/conf/core.php
===================================================================
--- temp/trunk/data/conf/core.php	(revision 4731)
+++ temp/trunk/data/conf/core.php	(revision 4732)
@@ -35,5 +35,5 @@
 
 //define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":" . $port . "/" . DB_NAME);
-define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":3306" . "/" . DB_NAME);
+define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":3307" . "/" . DB_NAME);
 
 // Í¹ÊØÈÖ¹æÀìÍÑDB
