Ignore:
Timestamp:
2006/09/18 16:08:49 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r5009 r5010  
    446446        $dsn = "mysql://".$db_user.":".$db_password."@".$db_server.":3307/".$db_name; 
    447447 
    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  
    455448        $objDB = DB::connect($dsn); 
    456449        // Àܳ¥¨¥é¡¼ 
     
    466459            } 
    467460        } else { 
     461             
     462            print("aaaaa<br>"); 
    468463            $arrErr['all'] = ">> " . $objDB->message; 
    469464            gfPrintLog($objDB->userinfo, "./temp/install.log"); 
Note: See TracChangeset for help on using the changeset viewer.