PhotoAlbum Manual

using PhotoAlbum

PhotoAlbum administrator

What is it?

What's Needed

Getting Started

using PhotoAlbum

PhotoAlbum administrator

managing users

managing categories

adding photos the slow way

editing photos

adding photos the fast way

exporting the database

importing the database

switching to mysql

It's unlikely this will be necessary as the built in default hsqldb database should be adequate. If your superb photos attract lots of viewers or you are running mysql anyway, you may want to switch. If you already built up a sizable database the export / import facility is your friend. You can prepare mysql by entering the commands below:-

The necessary tables will be created by the application when it's first run, but these are massively oversized.

You can tune the database (described below) once the tables have been created or insert the supplied empty database from the OS command line with
mysql -u photoalbum PhotoAlbum_prod < PhotoAlbum_empty

Tuning mysql

Unless your running some other database that needs it, turn off Innodb. Edit my.cnf and uncomment (or add) the line skip-innodb. For reference this is how the default mysql database that grails creates can be tuned:-