Dudeman,
I don't think you are reading his posts.
He is saying... DO NOT SOURCE A NEW DB BEFORE SOURCING his.
You are clearly doing that here: source newdb.
so you are actually just doing this:
create database eq;
use eq;
source db.sql (His db.sql)
Also, before doing that make sure you set your permissions for EQ to admin it.
And before all that. Uninstall MYSQL, I find that helps when I have a big problem with my DB's.
Hope you get it.
Cheers
|