How to host MySQL Server on my own PC? -
roncohen - 27.12.2014
Hello,.
It's possible to host MySQL Server on my own PC without to buy a host?
If Yes, please help me urgent!
Skype: ron7897
Re: How to host MySQL Server on my own PC? -
www - 27.12.2014
You need to have WAMP server in your PC and you need to forward your 3306 TCP port
Re: How to host MySQL Server on my own PC? -
roncohen - 27.12.2014
I have WAMP Server, But I don't know what to fill in FTP.
Re: How to host MySQL Server on my own PC? -
TRTDM - 27.12.2014
once mysql server is running open a browser
and go to localhost/phpmyadmin
Re: How to host MySQL Server on my own PC? -
d3llopt - 27.12.2014
Hello,
Install IIS, XAMPP if you use Windows,
Install NGINX or MySQL on Debian,CentOS, Ubuntu if you use Linux.
If you have any questions, I can I install everything from just 1 €.
Skype: d3llopt - Gmail:
d3llopt@gmail.com
Re: How to host MySQL Server on my own PC? -
Jake187 - 28.12.2014
Quote:
Originally Posted by roncohen
I have WAMP Server, But I don't know what to fill in FTP.
|
What are you trying to fill in the FTP? Because the MySQL server has nothing to do with FTP unless your game server is hosted somewhere else besides locally. If your game server is hosted at another location you should use your hosted location for your MySQL database, so speak to your host if that's the case.
Anyways assuming you're using Windows since you have WAMP, make sure your skype port settings are changed so WAMP can start, if you don't know how in Skype Go to Tools -> Options -> Advanced -> Connections and uncheck the box "use port 80 and 443 as alternative".
Once that is done start all services on WAMP and do exactly as said go to localhost/phpmyadmin and set up a database and the user will be root with no password.
Now if you're game server is not hosted off your PC and you're trying to use your PC for the mysqlserver that's a bad idea and I wouldn't recommend it at all.