BugFree configuration: Installation and configuration BugFree_PHP tutorial

WBOY
Release: 2016-07-21 14:55:14
Original
1194 people have browsed it

Go here to download the latest bugFree. After unzipping, copy the bugfree directory to the C:Apache2.2htdocs directory and copy the file C:Apache2.2htdocsbugfreeIncludeConfig.inc.Sample.php to the new file Include/Config.inc.php , edit the newly created file and modify the database link settings:

/* 3. Define the username and password of the BugFree database. */
$_CFG['DB']['User'] = 'root'; // 数据库登录用户名
$_CFG['DB']['Password'] = ''; // 数据库登录用户密码,一般为123456
$_CFG['DB']['Host'] = 'localhost'; // 数据库服务器地址
$_CFG['DB']['Database'] = 'bugfree2'; // 指定BugFree数据库名称
$_CFG['DB']['TablePrefix'] = 'bf_'; // 数据库表前缀,默认为bf_。除非有冲突,不建议修改或为空
$_CFG['DBCharset'] = 'UTF8'; // 数据库编码设置,保留默认值

Restart Apache and enter in the browser: http://localhost/bugfree/install.php

Perform database installation and initialization. If the set database does not exist, follow the prompts to create the database, and then click to continue the installation.

The initialization username and password is: admin 123456

Click "Install new BugFree2".

After successful installation, the default administrator account and password for first login will be displayed. Follow the prompts to first log in to BugFree using the default administrator username and password.

Author: Shane
Source: http://bluescorpio.cnblogs.com

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/364451.htmlTechArticleGo here to download the latest bugFree. After unzipping, copy the bugfree directory to the C:Apache2.2htdocs directory and copy file C :Apache2.2htdocsbugfreeIncludeConfig.inc.Sample.php is the new file In...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template