Changeset 5994 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/10/11 20:06:21 (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
r5993 r5994 490 490 if(count($objErr->arrErr) == 0) { 491 491 // Àܳ³Îǧ 492 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server']. $port."/".$arrRet['db_name'];492 $dsn = $arrRet['db_type']."://".$arrRet['db_user'].":".$arrRet['db_password']."@".$arrRet['db_server'].":".$arrRet['db_port']."/".$arrRet['db_name']; 493 493 // Debug¥â¡¼¥É»ØÄê 494 494 $options['debug'] = 3; … … 519 519 } 520 520 521 $dsn = $db_type."://".$db_user.":".$db_password."@".$db_server. $db_port."/".$db_name;521 $dsn = $db_type."://".$db_user.":".$db_password."@".$db_server.":".$db_port."/".$db_name; 522 522 523 523 $objDB = DB::connect($dsn);
Note: See TracChangeset
for help on using the changeset viewer.
