View Single Post
  #3  
Old 03-06-2008, 05:56 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Run this:
Code:
dir c:\ax_classic_db
And paste the results.

If I had to guess, I would say you're probably missing the .sql extension from the source files (MySQL doesn't assume the extension). This should do the trick:
Code:
mysql -u root -pPASSWORD DBNAME < ax_classic_full_3.sql
mysql -u root -pPASSWORD DBNAME < ax_classic_core_update_3
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki

Last edited by AndMetal; 03-07-2008 at 01:58 AM..
Reply With Quote