Changeset 4655 for temp/trunk
- Timestamp:
- 2006/09/12 19:59:37 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/mysql.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/mysql.php
r4654 r4655 2 2 require_once 'DB.php'; // PEAR ¤Î DB ¥¯¥é¥¹¤òÆÉ¤ß¹þ¤à 3 3 4 print("start ");4 print("start<br>"); 5 5 6 6 $dsn = "mysql://eccube_db_user:[email protected]/eccube_db"; 7 7 8 print($dsn );8 print($dsn."<br>"); 9 9 10 10 if(($db = DB::connect($dsn)) == 0){
Note: See TracChangeset
for help on using the changeset viewer.
