yourTILT

 

Creating a MySQL Database
The steps for creating a MySQL TILT database:
  1. Download the text file that contains the code for creating the MySQL tables for TILT and save it in c:\mysql\bin (on a default windows installation).
  2. Open a command prompt and type cd \mysql\bin
  3. Type mysql --database=tilt < tilt_sql_code.txt
These commands create a MySQL database that matches what the scripts on your pages expect to find. Some additional tweaking of TILT scripts is necessary to reflect where on which machine the web server should look to find the database.

Thanks to Aaron Dobbs of Austin Peay State University for these instructions.

<<Return to YourTILT download page.