View Single Post
  #2  
Old 03-30-2005, 06:38 PM
Casai
Fire Beetle
 
Join Date: Nov 2004
Posts: 4
Default ahaa

I've had some sleep and figured it out.

Here is what to do if you get any sort of error when sourcing the database. Uninstall MySQL go to their site and download version mysql-4.0.24-win-noinstall.zip and install it.


Then follow the guide. Basically
mysql -u root mysql
Create Database eq;
Use eq;
source peq_kunark.sql;


I've installed mysql-4.1.10a-win32.zip and it doesnt work. So don't install MySQL above version 4.0xxx!

Cheers,

Casai
Reply With Quote