View Single Post
  #9  
Old 05-27-2002, 05:52 PM
Sh1nj1
Fire Beetle
 
Join Date: May 2002
Posts: 7
Default

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:
Reply With Quote