This tutorial examines the use of Excel spreadsheets and myql databases.
This tutorial examines the use of xls files and mysql databases to populate templates: L2
Chapter 1: Populating a template from an .xls file
Chapter 2: Creating and using a libs script
Chapter 3: Populating a template from a mysql database
30 minutes
All new users
To find where you can download Ruby, open the Ruby Basics guide here and follow the installation instructions.
You can download MySql from here with your ftp login credentials.
Navigate to Downloads > Software releases > Utilities > Windows > mysql-essential-5.1.47-winx64.msi
Please refer to the correct installation procedures for this utility.
mysql -u root
create database trainingdatabase;
exit
mysql -u root trainingdatabase < trainingdatabase.sql
If you want to review Justin Avery's instructor project at this point in the course, you can download the project zip here.