Changeset 5009 for temp/trunk
- Timestamp:
- 2006/09/18 16:07:48 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5008 r5009 446 446 $dsn = "mysql://".$db_user.":".$db_password."@".$db_server.":3307/".$db_name; 447 447 448 449 print($dsn); 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 450 455 $objDB = DB::connect($dsn); 451 456 // Àܳ¥¨¥é¡¼
Note: See TracChangeset
for help on using the changeset viewer.
