- Timestamp:
- 2006/09/18 16:06:32 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/conf/core.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/core.php
r4734 r5008 31 31 // ¥µ¥¤¥ÈÍÑDB 32 32 define("DB_TYPE", "mysql"); 33 define("PORT", " 3307");33 define("PORT", ":3307"); 34 34 define("DB_SERVER", "210.188.212.163"); 35 35 36 define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":" .PORT . "/" . DB_NAME);36 define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . PORT . "/" . DB_NAME); 37 37 38 38 // Í¹ÊØÈÖ¹æÀìÍÑDB -
temp/trunk/html/install/index.php
r5007 r5008 446 446 $dsn = "mysql://".$db_user.":".$db_password."@".$db_server.":3307/".$db_name; 447 447 448 449 print($dsn); 448 450 $objDB = DB::connect($dsn); 449 451 // Àܳ¥¨¥é¡¼
Note: See TracChangeset
for help on using the changeset viewer.
