From 67dc2ec10d4cf3106951866d6b3ea78b26f72fdc Mon Sep 17 00:00:00 2001 From: DracoMilesX Date: Thu, 1 Sep 2016 03:00:30 +0200 Subject: [PATCH] Updated Windows Installation (markdown) --- Windows-Installation.md | 46 ++--------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/Windows-Installation.md b/Windows-Installation.md index 8d00b70..2191e6e 100644 --- a/Windows-Installation.md +++ b/Windows-Installation.md @@ -6,50 +6,8 @@ To install POGOserver on Windows you first are required to install nodejs. Downl Just make certain the below is all selected for install (default it is) ![](http://i.imgur.com/nOCfDPx.png) -### MySQL -Further you need MySQL you can host this on the same machine or on a different machine. Download MySQL Installer from the official site: http://dev.mysql.com/downloads/windows/installer/5.7.html -![](http://i.imgur.com/d2b8cAY.png) - -Download the web installer and run it. Accept the terms and click Next. - -Here you have a list of different setups. -You can pick the Custom option and add MySQL Workbench and Utilities yourself the MySQL Server is default included. -![](http://i.imgur.com/o20GYGu.png) - -Continue following the installer and let it download/install the files. Afterwards you get the option to configure MySQL do this. -At this screen - -![](http://i.imgur.com/zDLUezQ.png) - -You can select at Config Type 3 different options leave it at Development Machine unless you are an advanced user. - -Fill at the next screen a password in for the root user. At this screen you can add another user as well if you want too but for now it ain't necessary. Leave the settings as default at the Windows Service screen. -![](http://i.imgur.com/2l8iRTs.png) - -Click next on the Plugins and Extensions screen and then click Execute at the Apply Server Configuration screen. Let it install and continue the wizard afterwards. Let it open MySQL Workbench in the end. -![](http://i.imgur.com/zd8u2IY.png) - -Connect with the Local instance that is in your MySQL Workbench. For the first time you require to type in the MySQL root password you entered earlier during the setup check "Save password in vault" if you don't want to type it in every time you connect. - -You will see the following screen: -![](http://i.imgur.com/jgw6m7L.png) - -Type in `CREATE DATABASE pogosql` in the Query 1 field as seen above click then on the first Thunder icon. ![](http://i.imgur.com/4Ed3Rph.png) - -Click the refresh button under SCHEMAS ![](http://i.imgur.com/8eLRR0c.png) and you will see the database added. - -Now you can create a different user in case you don't want to use the root user. - -Go to `Users and Privileges` under `Management` and click `Add User`. -![](http://i.imgur.com/ve20A3u.png) - -Fill in a `Login Name` and choose a good password. -Go to the tab `Schema Privileges` and click `Add Entry...` -Select here `Selected schema:` and select the schema you created earlier and then click `ok`. -![](http://i.imgur.com/UGl5oXm.png) - -Afterwards click on `Select "ALL"` so it has every right on the added schema then click `Apply`. -Now you can close the MySQL Workbench. +### XAMPP +MySQL will be changed to using XAMPP since we will be needing a webserver as well. Will later add how to do this. ### Protobuf **The google protobuf isn't tested yet and I am not certain if you need it fully. If anyone can assist with it that would be great.**