Jason之软件开发BUG跟踪系统
一、软件名称mantisbt-1.2.4.zip;
二、安装环境xampp-win32-1.7.3.exe
三、进入MYSQL,建库及用户 Create table mantis; Grant all privileges on mantis.* to mantis@’localhost’ identified by ‘123456’;
四、进行安装
http://127.0.0.1/admin/install.php,按提示进行操作。
【php】 【mysql】 【windows】 【bug】 【配置】 …