The script biosqldb-mysql.sql uses the TYPE=INNODB syntax, which was deprecated after MySQL v4. For later versions, such as MariaDB used in Fedora 19, you need to do the following:
sed -i "s/TYPE=INNODB/ENGINE=INNODB/g" biosqldb-mysql.sql
for it to work.