Changeset 5022 for temp/trunk/html/install
- Timestamp:
- 2006/09/18 16:33:22 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
create_table_mysql.sql (modified) (previous)
-
index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5021 r5022 442 442 fclose($fp); 443 443 } 444 444 445 445 // $dsn = "pgsql://".$db_user.":".$db_password."@".$db_server."/".$db_name; 446 446 $dsn = "mysql://".$db_user.":".$db_password."@".$db_server.":3307/".$db_name; 447 447 448 448 $objDB = DB::connect($dsn); 449 $sql = "DROP TABLE dtb_kiyaku";450 449 // Àܳ¥¨¥é¡¼ 451 450 if(!PEAR::isError($objDB)) {
Note: See TracChangeset
for help on using the changeset viewer.
