db.conf.php 310 B

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