I know your not downloading the wrong file from my post, cause I only have the one on the ftp site.
The first post
here is what you want. Be sure your not using an old copy of the DB in mysql, or sourcing the older copy of the sql file.
open mysql
mysql> drop database [your DB name];
mysql> create database [your DB name];
mysql> use [your DB name];
mysql> source Lurker_eq34_dump.sql;