diff --git a/Windows-Installation.md b/Windows-Installation.md index 32b9968..cf62d1f 100644 --- a/Windows-Installation.md +++ b/Windows-Installation.md @@ -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.