| 1234 |
- <?php
- $dbconfig['dev'] = array('localhost', 'zhsso', 'zhsso', 'zhsso.3850', 'mysql', true, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8');
- //$dbconfig['prod'] = array('localhost', 'xunjia.zongheng', 'root', '', 'mysql', true, 'collate' => 'utf8_unicode_ci', 'charset' => 'utf8');
- ?>
|