TinyBB 1.2 Documentation
Installation Instructions
We've included 2 SQL files, 1: Full.sql and 2: Upgrade.sql, read on to find out how to clean install or upgrade.
Clean Install:
Upload all files in the ZIP file downloaded from TinyBB.net or an official mirror and edit the config.php file. Create a database matching the information provided in config.php and uploaded Full.SQL - After this is complete and there are no visible errors on the forum, login with the following.
Username: admin
Password: tinybb123
Upgrade from 1.1/1.2:
Upload all files from the ZIP downloaded from TinyBB.net or an official mirror. You do not need to overwrite config.php if you do not wish to. Login to the database where TinyBB 1.1/1.2 was installed and import Upgrade.sql. There should be no conflicting tables and the install should be that smooth. Note the Upgrade.sql file only contains tables that were not included in 1.1 and 1.2
You also need to run the following SQL Query:
ALTER TABLE `members` ADD `online` VARCHAR( 12 ) NULL;
Default Login Information
Username: admin
Password: tinybb123
It's best to change the password after logging in for security reasons.