| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 | 
							- <?php
 
- return array (
 
- 	'default' => array (
 
- 		'hostname' => '192.168.0.131',
 
- 		'database' => 'adicn',
 
- 		'username' => 'root',
 
- 		'password' => 'adimysql123',
 
- 		// 'hostname' => '106.3.96.219',
 
- 		// 'database' => 'adicn',
 
- 		// 'username' => 'root',
 
- 		// 'password' => 'xicae@mysql123!',
 
- 		'tablepre' => 'v9_',
 
- 		'charset' => 'utf8',
 
- 		'type' => 'mysql',
 
- 		'debug' => true,
 
- 		'pconnect' => 0,
 
- 		'autoconnect' => 0
 
- 		),
 
- );
 
- ?>
 
 
  |