音乐素材库音响素材库歌曲高潮素材
布置说明:
1.将maka.sql导入数据库
2.关上\e\config\config.php
//数据库配置
$ecms_config['db']['usedb']='mysqli';//数据库范例
$ecms_config['db']['dbver']='5.0';//数据库版本
$ecms_config['db']['dbserver']='localhost';//数据库登录所在
$ecms_config['db']['dbport']='';//端口,不填为按默认
$ecms_config['db']['dbusername']='root';//数据库用户名
$ecms_config['db']['dbpassword']='root';//数据库明码
$ecms_config['db']['dbname']='www_wx_com';//数据库名
$ecms_config['db']['setchar']='utf8';//配置默认编码
$ecms_config['db']['dbchar']='utf8';//数据库默认编码
$ecms_config['db']['dbtbpre']='phome_';//数据表前缀
$dbtbpre=$ecms_config['db']['dbtbpre'];//数据表前缀
$ecms_config['db']['showerror']=1;//显示SQL同伴提醒(0为不显示,1为显示)
网友评论