# mysql -u <user> -p<password> <dbname> <
<testlinkdir>/install/sql/testlink_create_tables.sql
1
2
# mysql -u <user> -p<password> <dbname> <
<testlinkdir>/install/sql/testlink_create_default_data.sql
配置数据库
Create a <testlink-dir>/config_db.inc.php
配置apache
1
2
3
4
5
6
7
# testlink
Alias /testlink "E:/.../testlink-1.9.5"
<Directory "E:/.../testlink-1.9.5">
Order allow,deny
Allow from all
Require all granted
</Directory>