【Codeigniter】-DB资料库设定-菜鸟日记(6)

\application\config->database.php

$db['default'] = array('dsn'=> '','hostname' => '104.198.177.3',  //如果你是用本地端就填localhost'username' => 'harris','password' => 'h70069h','database' => 'hshop','dbdriver' => 'mysqli',        //以下基本上没用过'dbprefix' => '','pconnect' => FALSE,'db_debug' => (ENVIRONMENT !== 'production'),'cache_on' => FALSE,'cachedir' => '','char_set' => 'utf8','dbcollat' => 'utf8_general_ci','swap_pre' => '','encrypt' => FALSE,'compress' => FALSE,'stricton' => FALSE,'failover' => array(),'save_queries' => TRUE);

关于作者: 网站小编

码农网专注IT技术教程资源分享平台,学习资源下载网站,58码农网包含计算机技术、网站程序源码下载、编程技术论坛、互联网资源下载等产品服务,提供原创、优质、完整内容的专业码农交流分享平台。

热门文章