• 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!

Windows Uniserver

Jikoe II

Member
Joined
Feb 7, 2009
Messages
174
Reaction score
9
hello,

2 years ago i was using xampp for hosting otservers, now i want to use uniform server since xampp doesnt work anymore.

I deleted xampp fully , restarted computer 10x , but uniform server keeps saying undefined when i use install and run all services. And with port 3306 and 80 it keeps saying used by another program
I checked with cmd / netstat -o which ports were being used. I didnt see port 3306 in the list nor port 80. I checked at services to find something like mysql or smth , that isnt on the list either. I deleted skype from my computer and restarted my pc 20 times or something.

still now i get when i use stop all services -> server status port 80 & 3306 are used by other programs somehow.

and yes i ran the program as administrator

anyone has any idea how to solve this?

@edit i just restarted my pc and it says apach - 80 is free to use now, but when i run apache it says undefined

- - - Updated - - -

anyone?
 
wtf? open your task manager (CTRL + ALT + Delete) look for anything called mysql and stop the proccess.. Try opening uniserver again :p

Not sure if it will work but when you uninstalled xammp you probably forgot to turn off the sql server :p
If this doesn't help.. Install Ccleaner.. and fix your registry issues :p

And if that doesn't then throw your comp out of your window :p (joke, but seriously idk what you should do then)
 
wtf? open your task manager (CTRL + ALT + Delete) look for anything called mysql and stop the proccess.. Try opening uniserver again :p

Not sure if it will work but when you uninstalled xammp you probably forgot to turn off the sql server :p
If this doesn't help.. Install Ccleaner.. and fix your registry issues :p

And if that doesn't then throw your comp out of your window :p (joke, but seriously idk what you should do then)

did all u said already , only ccleaner nor yet ill try it tommorow :)

- - - Updated - - -

bumppp
 
Double check to make sure the port is actually shut, maybe Google common programs that use that port and cross reference it with the list of programs you have on your computer, if something lines up turn it off and try again.
 
Did you check the process if for 3306?

Open command prompt
Type
netstat -ona

PID is process id

Open task manager open processes tab, click view at top choose columns check process id in the list choose okay then you can compare process ids
 
found it , but cant find the process id in task manager

Open task manager, go to Processes tab, press "View" -> "Select columns~" -> mark "PID" (it's on the top) -> click "Ok" -> press on "PID" (once or twice) so it looks like this: https://i.imgur.com/s10uo4o.png , then find the pid ^.^
Also, make sure "show processes from all users" is marked (bottom left corner of task manager in processes tab)
 
Back
Top