Move the database files and directories into the 'MySQL/bin' directory.
Then from the command line change the directory to the 'MySQL/bin' directory:
(assuming you installed MySQL on the c: drive)
cd\
cd MySQL/bin
then run your MySQL commands to connect to the database and source.
Run this from the command line:
Code:
mysql -u root peq -p
(note: enter you password when prompted)
\u peq
\. drop_system.sql
will drop the database for you.
\. peqdb_Rev1265.sql
will load the database for you.
NOTE: Be sure to backup your characters if you are going to
\. drop_player.sql
\. load_player.sql