MySQL

MySQL and GiveALink

In Rails, we develop using givealink_development. The production database is called givealink_production. The MySQL database on smithers.cs.indiana.edu has a password enabled: ask Fil or one of the other developers to create an account for you and give you a password.

In givealink_production, there are several tables. You can review these by logging into mysql and typing

>use givalink_production;

and then

>show tables;