Installation Instructions for Examplegear Database v1.0
These instructions are based on Mac OS X, although the steps should be easily transferable to another operating system.
Before You Begin
These instructions assume you are using MySQL as your DBMS and have it installed it according to the instructions documented here. If you are using a different DBMS, you will need to adjust the SQL statements in the attached file to conform to the syntax of that DBMS.
Create the Examplegear Database Schema
| Command to go into the mysql command line program: mysql -u root mysql
Command to create the database schema: source CreateExamplegearDatabase_v1.sql | |||||
Verify the database creation was successful
| Commands to verify the database creation: use examplegeardb; show tables;
Output of the above commands: | |||||
Create the Data Source ProfileTo support running SQL queries against the examplegeardb database using the SQL for Confluence (Express Edition) add-on or SQL for Confluence (Pro Edition) add-on, you must build a data source profile.
| Parameters for the new examplegeardb data source profile:
Configure SQL for Confluence screen: | |||||