It would be nice to change the database name for development to auditoriumCS.
Todo:
- go to config/database.yml
- change database name to auditoriumcs under development
- rename the database auditorium on your local machine to auditoriumcs in mysql: http://dev.mysql.com/doc/refman/5.1/en/rename-database.html
- grant access from user auditorium to auditoriumcs: http://www.debuntu.org/how-to-create-a-mysql-database-and-set-privileges-to-a-user/
- make sure to communicate this global change to all collaborators
It would be nice to change the database name for development to auditoriumCS.
Todo: