Update README.md
This commit is contained in:
parent
e2cc5495e7
commit
4347f5d536
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -39,12 +39,12 @@ Note: These instructions for now will be primarily based in Windows, but any Lin
|
|||
|
||||
b. Run the following commands in the MySQL Client prompt:
|
||||
|
||||
create database eq2ls;
|
||||
create database eq2emu;
|
||||
\u eq2ls
|
||||
source C:\[YOUREQ2EMUGITSRC]\DB\ls_db.sql
|
||||
\u eq2emu
|
||||
source C:\[YOUREQ2EMUGITSRC]\DB\world_db.sql
|
||||
create database eq2ls;
|
||||
create database eq2emu;
|
||||
\u eq2ls
|
||||
source C:\[YOUREQ2EMUGITSRC]\DB\ls_db.sql
|
||||
\u eq2emu
|
||||
source C:\[YOUREQ2EMUGITSRC]\DB\world_db.sql
|
||||
|
||||
|
||||
4. Add Game Account / World Account: Using the same MySQL Client, continue on creating your accounts
|
||||
|
|
Loading…
Add table
Reference in a new issue