here is what i did:
drop database eq33;
create database eq33;
source db.sql;
source rebuilddb.sql;
source 3.2_to_3.3.sql;
the db.sql that i used was from db 3.2, on another note i had to open 3.2_to_3.3.sql in a text editor and fix all the "," and replace them with ";" so that mysql can source it.
it all goes well until it comes to logging into the server, when i log in i crash back to desktop.
here is a screenshot of it:
|