Sorry about that rope, I missed it. What is the error with the CVS. Possible something about the file not being found or something like that. Heres the differences
Angelox's = Fully updated, single file
PEQ Final = Non Updated Single File
PEQ CVS = Fully Updated Multi-file
The load_system and player files in the peq final are the complete dump from the database, while the cvs file are actually sql querys that link to sql files that are dumped for each db table.
The most common error is starting the mysql commnad line browers from a directory other than the one the files are located. If you start MCL and type in the source C:\peqdb\load_systems.sql; then it will errror out because the queries inside load system will try to source the other files from the directory your in.
When downloading from CVS, for the target folder, just put C:\ and download. Then start up command prompt, and type in cd\peq_db
You will end up being at
then run mysql. Do the
create database peq; command. Next run
to pick that database and then type in
Code:
source load_player.sql
and
Code:
source load_system.sql