how to run xampp and wamp on your local computer
꧁ Digital Diary ༒Largest Writing Community༒꧂
꧁ Digital Diary ༒Largest Writing Community༒꧂
You will have the option to choose wither a 32 or 64-bit environment depending upon your computer's configuration.
After downloading the wamp server or xammp server you can install. this server is a web development platform which helps in creating dynamic web applications.
Install the xampp server Once you have downloaded and uncompressed your Xampp executable you will need to go ahead and launch it to start the installation process.
Obtain a copy of Xampp Before you do anything you need to download Xampp. Click Here for Go to Download Xampp Server...
http://my.meerutmart.com/run-first-program-php/
Obtain a copy of WAMP Before you do anything you need to download WAMP. Click Here for Go to Download Wamp Server... You download free wamp or xammp server.
Once you have downloaded and uncompressed your WAMP executable you will need to go ahead and launch it to start the installation process.
When you click next you will be asked to accept the license agreement. Since it is a GPL license you are free to do just about anything with it so you can go ahead and accept. The next step requires you to select the folder where you would like to install your WAMP server. The default will be c:\wamp however you can change this to install the server into any directory or partition you choose.
Step1. Click on create quick launch radio button. Click on next button.
Choose the I accept the agreement point(button).
Chose where to install the software
Step2.Click on next button.
Step3.Click on next button.
Step4.Click on next Install
Step5.-Click on Next button.
Step6.-Click on finish button.
Wamp Server are successfully installed.
File missing error:-
Some Time Wamp Server give an error "DLL file missing", if you found in type error then you download this file and replace it. then you can use Wamp server.
Solving the problem how to run xampp and wamp on your local computer or server in network by globally , need to follow simple step.
Here, I am going to write all steps.
Step 1 : Install XAMPP on your machine.
How to inatall XAMPP on local machine
Step 2: Close the XAMPP.
Closing XAMPP to avoid collision between XAMPP and WAMP.
Step 3 : After installing XAMPP, install WAMP.
Install WAMP with default settings and options. You can install WAMP in any directory.
Step 4 : Now run WAMP for test.
Open your browser and write Localhost in url. You will find below screen.
Step 5 : Following steps for avoiding collision between XAMPP and WAMP.
This is a magic trick to run xampp and wamp on your local computer or server in network. It's just changing your PORT for the WAMP apache server and mysql.
Step 6 : Changing PORT for WAMP apache server and mysql By default apache listen on port 80 for the browsers and mysql listen on port 3306. Now, you need to change PORT no for apache and mysql for WAMPP. It's need to do small change in http.conf file.
Step 7 : Changing PORT for WAMP apache server
Change in apache port to open config file. Basically location "C:\wamp\bin\apache\apache*.*.**\conf" where stars are basically the version number. open config file in notepad OR any editor with administrative permission.
Now, within this file search "Listen 80" and change it with port no "Listen 8081". We are just changing server listen port address. Now it will listen on port number 8081 instead of 80 port. After changing server port listen address. Now search "ServerName localhost:80" within this file. It need to change to "ServerName localhost:8081".
Step 8 : Changing PORT for mysql You must need to change port no of mysql for WAMP because XAMPP using specific mysql and your basic URL "localhost/phpmyadmin/" same for both WAMP and XAMPP. So, you need to differenciate both mysql.
for changing mysql port open the file location which is like this "C:\wamp\bin\mysql\mysql5.5.24". open the file "my.ini" and find the line port = 3306 and replace it with port = 3307 this will enable your wamp mysql to access along with xampp mysql due to different port address.
Step 9 : Accessing the wamp mysql from wamp phpmyadmin interface. whenever we start phpmyadmin, we need to setup which server start first WAMP OR XAMPP. Overcome to this problem we need to make a small change in phpmyadmin interface code.
open file "config.inc.php" at location "C:\wamp\apps\phpmyadmin3.5.1" now phpmyadmin3.5.1 may be different according to your version.
Search two lines :
$cfg['Servers'][$i]['verbose'] = 'localhost:3306'
;$cfg['Servers'][$i]['host'] = 'localhost:3306';
And replace them with
$cfg['Servers'][$i]['verbose'] = 'localhost:3307';
$cfg['Servers'][$i]['host'] = 'localhost:3307';
It is possible that you see these lines below
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
So still replace them with lines below
$cfg['Servers'][$i]['verbose'] = 'localhost:3307';
$cfg['Servers'][$i]['host'] = 'localhost:3307';
now when you access the phpmyadmin with wamp you will be accessing the wamp mysql engine
e.g if now you use the following url "localhost:8081/phpmyadmin/" you will access the wamp mysql along with wamp server to access wamp server use "localhost:8081/" and for database connection string you have to use localhost:3307 for all your script from zen,wordpress, laravel, joomla to magento
Let me know, If you have any problem. I am happy to solve it. Happy Coding
We are accepting Guest Posting on our website for all categories.
I want to Hire a Professional..
Sanjeev pandey
@DigitalDiaryWefru