Changeset 4732 for temp/trunk


Ignore:
Timestamp:
2006/09/14 18:38:02 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/core.php

    r4731 r4732  
    3535 
    3636//define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":" . $port . "/" . DB_NAME); 
    37 define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":3306" . "/" . DB_NAME); 
     37define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":3307" . "/" . DB_NAME); 
    3838 
    3939// Í¹ÊØÈÖ¹æÀìÍÑDB 
  • temp/trunk/html/test/kakinaka/mysql.php

    r4712 r4732  
    55 
    66$dsn = "mysql://eccube_db_user:[email protected]/eccube_db"; 
    7 /* 
    87print($dsn."<br>"); 
    98 
     
    1514    print_r($row); 
    1615} 
    17 */ 
    1816 
    1917?>  
Note: See TracChangeset for help on using the changeset viewer.