| 12345 |
- <?php
- //$dbconfig['dev'] = array('192.168.78.128', 'smartcost', 'caipin', '123456', 'mysql', true,'collate'=>'utf8_unicode_ci', 'charset'=>'utf8');
- $dbconfig['dev'] = array('localhost', 'smartcostv2', 'smartcostv2', 'smartcostv2.3850888', 'mysql', false,'collate'=>'utf8_unicode_ci', 'charset'=>'utf8');
-
- ?>
|