
12-16-2015, 12:56 PM
|
 |
Demi-God
|
|
Join Date: Nov 2007
Posts: 2,175
|
|
http://wiki.eqemulator.org/p?Windows...er_Setup_Guide
Quote:
Step 4: Create the necessary database tables.
This assumes you have fetched the database files as detailed in the server set up guide section 6 a). One of those files that you have until now ignored is "load_login.sql'.
Open up a command prompt. Navigate to the directory in which load_login.sql is stored. e.g.
cd C:\EQ\SQL
Then type
mysql -uroot -ppassword peq
where password is the password you chose when installing MySQL, and "peq" is the database name you chose (change it if you didn't call it peq!). When the mysql prompt comes up, type:
source load_login.sql;
The database tables are now created.
|
|