View Single Post
  #6  
Old 03-03-2010, 11:14 AM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

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