- Timestamp:
- 2006/09/14 18:54:02 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/conf/core.php (modified) (1 diff)
-
html/test/kakinaka/mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/core.php
r4732 r4734 31 31 // ¥µ¥¤¥ÈÍÑDB 32 32 define("DB_TYPE", "mysql"); 33 define("PORT", "3307"); 33 34 define("DB_SERVER", "210.188.212.163"); 34 $port = "3307";35 35 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 . ":3307" . "/" . DB_NAME); 36 define ("DEFAULT_DSN", DB_TYPE . "://" . DB_USER . ":" . DB_PASSWORD . "@" . DB_SERVER . ":" . PORT . "/" . DB_NAME); 38 37 39 38 // Í¹ÊØÈÖ¹æÀìÍÑDB -
temp/trunk/html/test/kakinaka/mysql.php
r4733 r4734 4 4 print("start<br>"); 5 5 6 $dsn = "mysql://eccube_db_user:[email protected] :3307/eccube_db";6 $dsn = "mysql://eccube_db_user:[email protected]/eccube_db"; 7 7 print($dsn."<br>"); 8 8
Note: See TracChangeset
for help on using the changeset viewer.
