Changeset 5010 for temp/trunk/html/install
- Timestamp:
- 2006/09/18 16:08:49 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5009 r5010 446 446 $dsn = "mysql://".$db_user.":".$db_password."@".$db_server.":3307/".$db_name; 447 447 448 $dsn = "mysql://eccube_db_user:[email protected]:3307/eccube_db";449 print($dsn."<br>");450 451 if(($db = DB::connect($dsn)) == 0){452 print "¤ª¤ª¤Ã¤È¡ª¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÀܳ¤Ç¤¤Þ¤»¤ó¡£";453 }454 455 448 $objDB = DB::connect($dsn); 456 449 // Àܳ¥¨¥é¡¼ … … 466 459 } 467 460 } else { 461 462 print("aaaaa<br>"); 468 463 $arrErr['all'] = ">> " . $objDB->message; 469 464 gfPrintLog($objDB->userinfo, "./temp/install.log");
Note: See TracChangeset
for help on using the changeset viewer.
