Index: temp/trunk/html/test/kakinaka/mysql.php
===================================================================
--- temp/trunk/html/test/kakinaka/mysql.php	(revision 4600)
+++ temp/trunk/html/test/kakinaka/mysql.php	(revision 4601)
@@ -1,4 +1,6 @@
 <?php
 include("DB.php"); // PEAR ¤Î DB ¥¯¥é¥¹¤òÆÉ¤ß¹þ¤à
+
+print("start");
 
 $db = DB::connect("mysql://eccube_db_user:password@test.ec-cube.net");
@@ -8,3 +10,6 @@
 }
 
+
+print("end");
+
 ?> 
