forked from 2009Scape/Server
Server setup work
This commit is contained in:
parent
b457903f02
commit
bb273fd93a
13 changed files with 463 additions and 309 deletions
|
|
@ -27,13 +27,14 @@ At any point, if you need help, you are free to join our Discord server at: http
|
|||
## Step 3: Setting up the Database
|
||||
Since this portion of the guide is operating-system specific, you will either need basic database knowledge or a bit of help. Below are the things that need to be configured.
|
||||
### General:
|
||||
- Configure root@localhost to have a blank password
|
||||
- Configure root@localhost to have the password "password123"
|
||||
- Create a table in root named `server` and another named `global`
|
||||
- Import `09HDscape-server/server.sql` and `09HDscape-server/global.sql` into their respective tables
|
||||
- Start the database
|
||||
|
||||
### Windows:
|
||||
- Download and install [xampp](https://www.apachefriends.org/download.html)
|
||||
- IMPORTANT TODO: Make the Windows guide include adding the password "password123"
|
||||
- Start the `Apache` and `MySQL` modules
|
||||
- Navigate to http://localhost/phpmyadmin/
|
||||
- Create 2 new tables named `server` and `global`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue