Want to set up XXAMPP

DDOSer

Member
Jan 10, 2017
63
0
I want to set up xxampp so i can see live preview whilst using php.
Can someone help me set up xxampp
 

Kak

Posting Freak
Apr 21, 2017
951
165
I want to set up xxampp so i can see live preview whilst using php.
Can someone help me set up xxampp
its not as difficult as you think.



1. install and wait for it to complete.
2. open up the xampp control panel
3. start apache and mysql
4. go to and set a root password for mysql

you have setup xampp!
 

Kak

Posting Freak
Apr 21, 2017
951
165
@gesus both im just uninstalling my xxamp i got and installing yours
that isnt the reason but you probably had a really outdated one anyway.

the problem is that teamviewer or skype is using the port that mysql/apache uses so you will either have to change the ports of tv or skype (which ever one is using mysql port or vice versa) or unistall/disable tv and skype. i believe skype is the one using the port. also make sure your firewall is turned off.
 
to the mod who deleted my post you misunderstood me. i am not offering help via teamviewer i was asking if he had tv or skype because they are most likely blocking the mysql port! @Holmes @JMG
 

Weasel

👄 I'd intercept me
Nov 25, 2011
4,132
2,456
You can download the latest version of XAMPP on their official website:
There's a great tutorial on it over here:

If MySQL isn't starting, please include the error logs. Also @gesus - MySQL runs on port 3306, it's Apache you're talking about (port 80 & 443), which isn't the problem if it's MySQL that doesn't start.
 

Kak

Posting Freak
Apr 21, 2017
951
165
You can download the latest version of XAMPP on their official website:
There's a great tutorial on it over here:

If MySQL isn't starting, please include the error logs. Also @gesus - MySQL runs on port 3306, it's Apache you're talking about (port 80 & 443), which isn't the problem if it's MySQL that doesn't start.
its a firewall issue maybe
 

DDOSer

Member
Jan 10, 2017
63
0
Port 3306 is in use by ""C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL"!
MySQL WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure MySQL and the Control Panel to listen on a different port
@griimnak
 

griimnak

You're a slave to the money then you die
Jul 20, 2013
956
797
Port 3306 is in use by ""C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL"!
MySQL WILL NOT start without the configured ports free!
You need to uninstall/disable/reconfigure the blocking application
or reconfigure MySQL and the Control Panel to listen on a different port
@griimnak
Looks like you've already got mysql open?
Port 3306 is in use by ""C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.1\my.ini" MySQL"!

[cmd]
> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqladmin" -u root shutdown
 

griimnak

You're a slave to the money then you die
Jul 20, 2013
956
797
Do you have multiple instances of MySQL installed?

Looks to me like he installed xampp, and stand alone mysql and it's open at the moment, lol.
Yeah just close your standalone mysql server, relaunch xampp and you should be fine
> "C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqladmin" -u root shutdown
 

griimnak

You're a slave to the money then you die
Jul 20, 2013
956
797
How do i close it @griimnak by cmd?
a8ef5c09ddc143da94d540fb75c9ad6b.png

ff4ee87772be4bf886d15714f01f1560.png
 

Users who are viewing this thread

Top