Like Tom said, recovery of the computer inventory is not really a FOG issue, but more of a mysql recovery issue. You’ll need to look on the mysql documentation for how to recover a database from the files. The method depends on which storage engine the database was using. You can probably look at your current database and assume the old one was using the same engine (InnoDB, MyISAM, etc).