breakfastcerealkillr / photohunt

Automatically exported from code.google.com/p/photohunt
0 stars 0 forks source link

Implement Mysql database to replace Hibernate #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the system uses uses hibernate to store pictures. We are
thinking to implement a Mysql database to replace hibernate. 

Since we work on different computers and don't have a dedicated database
server at this stage of the project, each member has to make a copy of his
database and send it to other members so everyone can work on the same
database. Here is the link about backing up and restoring a Mysql database

http://www.cyberciti.biz/tips/howto-copy-mysql-database-remote-server.html

Original issue reported on code.google.com by kiethuyn...@gmail.com on 24 Oct 2007 at 8:03

GoogleCodeExporter commented 8 years ago
Implemented using Rails and MySQL.

Original comment by keoki....@gmail.com on 24 Nov 2007 at 9:09