- Timestamp:
- 2006/09/14 18:38:02 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/conf/core.php (modified) (1 diff)
-
html/test/kakinaka/mysql.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/core.php
r4731 r4732 35 35 36 36 //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 . ":330 6" . "/" . DB_NAME);37 define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":3307" . "/" . DB_NAME); 38 38 39 39 // Í¹ÊØÈÖ¹æÀìÍÑDB -
temp/trunk/html/test/kakinaka/mysql.php
r4712 r4732 5 5 6 6 $dsn = "mysql://eccube_db_user:[email protected]/eccube_db"; 7 /*8 7 print($dsn."<br>"); 9 8 … … 15 14 print_r($row); 16 15 } 17 */18 16 19 17 ?>
Note: See TracChangeset
for help on using the changeset viewer.
