Install Full Webserver On Windows 10 | Apache PHP 8.0 MySQL

preview_player
Показать описание
In this tutorial, we will learn How to Install a Web Server on Windows 10 with Apache, PHP 8.0, and MySQL. We will go over everything step-by-step so that you will be good to go in a couple of minutes.

Steps:

--- Apache ---

- Open the downloaded Zip File
- Drag-Drop Apache24 Folder into the C:/ Drive
- Open a CMD Window in Administrator Mode
- Command: cd /
- Command: cd Apache24
- Command: cd bin
- Command: httpd -k install
- Save & Close the Configuration file
- Restart Apache in your CMD window
- Command: httpd -k stop
- Command: httpd -k start

--- PHP ---
- Create a Folder called "php" in C:/
- Copy-Paste everything from the Zip-File into the "php" folder
- Add the following lines underneath the last "#LoadModule" lines:

AddType Application/x-httpd-php .php
PHPIniDir "c:/php"

- Save & Close the Configuration file
- Add the following lines: " ?php phpinfo() ?"
// Sorry i cannot add the SmallerThan/biggerThan signes... YouTube won't allow it...
- Restart Apache in your CMD window
- Command: httpd -k restart

--- MySQL ---
- Click on "No Thanks"
- Install MySQL using the Installer
- Set Root Password

-- End Steps ---

-- Visit us on our Socials --

00:00 How to install a Webserver on Windows Intro
00:20 Download & Install Apache
04:00 Download & Install PHP 8.0
08:00 Download & Install MySQL

#webserver #apache #php #mysql #howto
Рекомендации по теме
Комментарии
Автор

Thank you for sharing. I am building a CMS with PHP & MySQL, a lesson from LinkedIn. I've been building websites in WordPress for a couple years, let's challenge myself to make one, a basic CMS. I needed to install everything to begin, so that is how I found your wonderful tutorial. Thank you for creating it.

SheWhoTechs
Автор

thank you so much bro. doing this for a college class and had too many issues. you solved all my issues! thank you for the great tutorial.

knightdeath
Автор

Scarlet Fire as the intro track makes my DankPods PTSD flair up

atzometer
Автор

OG i want to say thank you so very much. this video was very clear and informative. keep up the cool stuff

shanecherry
Автор

Very simple and very usefull video
thanks
Malik Waris

muhammadwaris
Автор

Thanks man saved my ass for those that cant get it running the apache server it could be a port problem search up how to detect port 80 and disable whatever is using it or stop the process

shinren_
Автор

Thanks for the video as I'm worked with Ubuntu but a new person to Windows, it's really helped me & works well.☺

jipinm
Автор

Thanks for an excellent tutorial. I am coding a website for my wife's horse breeding business. Previously created a test site on a remoter server then uploading edited files to test the code. Will be much easier to use a local testing server.

MaefieldFarm
Автор

Keep this very useful video. Add PhpMySql installation to complete video. Thanks for all!!! <3

nesomis
Автор

you have a very clear camera that I feel that you are i front face-to-face.. :)

imeepanao
Автор

Am i can run my Laravel project using this setup? or i have to install other things to run laravel locally in my pc

ahmadrindhoni
Автор

Easily the best video out there! Thanks.

maurice
Автор

Excellent tutorial, helped me a lot. Thumbs up mate

olivernojman
Автор

Thank you for sharing. Easy to understand!

MrGordonchanlam
Автор

i like the part of mysql "AND IF YOU ARE NOT AN IDIOT, THE NEXT BUTTON WILL ENABLE"

KalvinKarlNonato
Автор

gerçekten çok yardımcı oldu. nerdeyse sıfır hata ile kurdum. teşekkürler

turkuncle
Автор

how do you connect to the database now with your php and apache?

seungsooim
Автор

Muchas gracias!!! Thanks. excelente tutorial. Yo lo necesito para trabajar con Laravel 9. Muy lindo el chico que explica . 😀

lilysem
Автор

cannot load php8apahe2_4.dll because not include on php 8 download

vidianaiv
Автор

You seam to be missing the whole php.ini setup part.

SeanSeidelin