??????????TestLink??????mantis??????????
?????????testlink??/cfg/mantis.cfg.php???????????

 

/** The DBhost to use when connecting to the mantis db */
Define('BUG_TRACK_DB_HOST'?? 'localhost');
/** The nameof the database that contains the mantis tables */
define('BUG_TRACK_DB_NAME'??'bugtracker');
/** The DBtype being used by mantis
values:mysql??mssql??postgres*/
define('BUG_TRACK_DB_TYPE'??'mysql');
/** The DBtype being used by mantis */
define('BUG_TRACK_DB_USER'??'root');
/** The DBpassword to use for connecting to the mantis db */
define('BUG_TRACK_DB_PASS'??'root');
/** link tothe bugtracking system?? for viewing bugs */
define('BUG_TRACK_HREF'??"http://localhost/mantis/view.php?id=");
/** link tothe bugtracking system?? for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF'??http://localhost/mantis/);

 ?????????????????????????.??????mantis config ??????????????.