Updated Windows Installation (markdown)

DracoMilesX
2016-08-31 07:48:14 +02:00
parent d7e1aa512e
commit 681d4789c6

@@ -78,7 +78,7 @@ Modify the following section:
Only change `MYSQL_PORT` if you knew what you are doing and changed it yourself after you installed MySQL. Change `MYSQL_HOST_IP` when the MySQL server is running on another machine then the machine your trying to install POGOserver on.
Change `MYSQL_DB_NAME` if you wan't another name for your database to make it more clear what it is used for (ex. pogoserver)
Change `MYSQL_DB_NAME` if you wan't another name for your database to make it more clear what it is used for (ex. pogoserver) Just make certain it's the same name you used at the `CREATE DATABASE` statement earlier.
Change `MYSQL_USERNAME` if you created a separate user for the database default user is root that has access to all databases your running.