• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Port 3306

KnightmareZ

New Member
Joined
Feb 3, 2008
Messages
607
Reaction score
4
Location
Sweden/Ljungby
I've downloaded xampp and everything..

Installed it with apache and mysql.. I cant go into "localhost". localhost/xampp, it just saying the website couldnt be shown. I shut down Mysql and apache and then i ran portcheck and it said port 3306 is already used by the system and I dont know what program is blocking it <.< where to see that? Answear me asap, pm me with ur msn or answear here, maybe you will remain a litle reward (A) hehe thanks

btw ive open'd ports 7171.3306 and 80 on my router..
 
Last edited:
maybe you have deleted some files... I don't know windows server well, but try to put somewhere file index.html and check if then you can request it from localhost...
also don't you need to instal phpmyadmin on windows separetly from other software?
 
Well unless you have the server on one PC and your MySQL server on another, or know that you will specifically connect to MySQL remotely, you do not need to forward port 3306.

Forwarding that unnecessarily just opens security holes, since it allows people to try and bruteforce your password.

Also why are you forwarding port 81? Port 80 is the one used by default for the HTTP protocol.
Did you change apache's default connection port to 81? If so then you need to add ":81" to the end of the url, such as:

http://www.whateverwebsiteurlyouhave.com:81/
 
Well unless you have the server on one PC and your MySQL server on another, or know that you will specifically connect to MySQL remotely, you do not need to forward port 3306.

Forwarding that unnecessarily just opens security holes, since it allows people to try and bruteforce your password.

Also why are you forwarding port 81? Port 80 is the one used by default for the HTTP protocol.
Did you change apache's default connection port to 81? If so then you need to add ":81" to the end of the url, such as:

http://www.whateverwebsiteurlyouhave.com:81/


Okay, I removed the 3306 from the list and sorry i mean 80 not 81 :p btw i added you msn (: lets talk there..
 

Similar threads

Replies
1
Views
664
Back
Top