The system is preconfigured for a mySQL database: A table "people" in the DB is described in the following manner: FIELD TYPE NULL KEY DEFAULT EXTRA id tinyint(4) Pri name varchar(255) YES MUL NULL location varchar(255) last_action timestamp(14) YES NULL