How to install and run Apache web and MySQL database servers using XAMPP Wie zu installieren und ausführen Apache-Webserver und MySQL Datenbank-Server mit XAMPP
Posted on November 5, 2008 at 5:48 am Geschrieben am 5. November 2008 bei 5:48
Most beginning web developers are daunted by the thought of having to install and configure Apache web server, mySQL database server and even an FTP host. Before XAMPP, you will need to run individual installers and having gone this path I can tell it wasn’t an easy task for a newbie. If you don’t know yet what these programs are, please see my notes below: Die meisten Beginn Web-Entwickler sind daunted durch die Vorstellung, mit zu installieren und zu konfigurieren, Apache Webserver, MySQL-Datenbank-Server und sogar ein FTP-Host. Vor dem XAMPP, die Sie benötigen, um individuelle Installateure und nachdem er diesen Weg kann ich sagen, es war nicht leichte Aufgabe für einen Neueinsteiger. Wenn Sie wissen noch nicht, was diesen Programmen sind, lesen Sie bitte meine Hinweise unten:
- Apache – open source web server software. This basically allows you to use your computer as a web host. If you have this on your computer you can run HTML, PHP, etc over http in your browser. Apache - Open-Source-Web-Server-Software. Diese im Grunde können Sie Ihren Computer als Web-Host. Wenn Sie diese auf Ihrem Computer können Sie HTML, PHP, etc.-über-HTTP in Ihrem Browser.
- MySQL is a database server like Oracle and MS SQL 2000. You can use it in conjunction with a scripting language like PHP to save and retrieve information MySQL ist eine Datenbank-Server wie Oracle und MS SQL 2000. Sie können sie in Verbindung mit einer Skriptsprache wie PHP zum Speichern und Abrufen von Informationen
XAMPP is a package of these software. You can get it from this URL: XAMPP ist ein Paket von dieser Software. Sie können es von dieser URL:
http://www.apachefriends.org/en/xampp.html
There are available downloadable packages for each major OS: Es stehen zur Verfügung herunterladbare Pakete für jeden großen OS:
Get the appropriate distribution for your OS. Once downloaded, run it to install the software. To start using the software, double click the file called xampp-control.exe: Holen Sie sich die entsprechende Verteilung für Ihr Betriebssystem. Einmal heruntergeladen, starten Sie ihn um die Software zu installieren. So starten Sie mit der Software, doppelklicken Sie die Datei mit dem Namen "xampp-control.exe:
You should see a window similar to the one below: Sie sollten ein Fenster ähnlich dem unten ein:
The button labels of each module (ie service) are either Start or Stop. If you see “Start” it means the service is currently stopped. In the example above, Apache is stopped since the button says “Start”. Click on the “Start” buttons to start the Apache service. Click the “Admin…” button to access the Admin page: Die Schaltfläche Etiketten der einzelnen Module (zB Service) handelt es sich entweder um Start oder Stop. Wenn Sie finden Sie unter "Start" es bedeutet, der Service ist derzeit gestoppt. In dem obigen Beispiel Apache ist gestoppt, da die Schaltfläche sagt "Start". Klicken Sie auf die " Start "-Tasten zum Starten des Apache-Dienst. Klicken Sie auf die" Admin ... "-Taste, um Zugriff auf die Admin-Seite:
You should see your browser open pointing to the local XAMPP page: Sie sollten finden Sie in Ihrem Browser öffnen, die auf die lokalen XAMPP Seite:
You can play with the links under the Demos to see some interesting applications. Sie können mit den Links unter den Demos, um zu sehen, einige interessante Anwendungen. Phonebook is one simple application that you can see actual database transactions: Telefonbuch ist ein einfache Anwendung, die Sie sehen können tatsächliche Datenbank-Transaktionen:
The web pages are stored in the htdocs folder inside the XAMPP folder. If you have a folder containing your HTML or PHP project, put them there. To test if it works, open your browser and type in the URL like below: Die Web-Seiten werden in der htdocs Ordner innerhalb der XAMPP-Ordner. Wenn Sie einen Ordner mit Ihrem HTML-oder PHP-Projekt, speichern Sie ihn dort. Um zu testen, ob es funktioniert, öffnen Sie Ihren Browser und geben Sie die URL wie unten ein:
http://localhost/[foldername]/filename.htm http://localhost/ [Ordnername] / filename.htm
Just replace foldername and filename.htm to the actual folder and filename that you have. Ersetzen Sie einfach Ordnername und filename.htm auf dem aktuellen Ordner-und Dateinamen, die Sie haben.
I hope this little introduction to XAMPP gets some of you excited to try out more dynamic platforms like PHP. Unlike ordinary HTML, PHP is more powerful and what you can do with it just depends on your imagination. Who knows? Ich hoffe, diese kleine Einführung in die XAMPP wird einige von Ihnen freuen, um zu versuchen mehr dynamische Plattformen wie PHP. Im Gegensatz zu gewöhnlichen HTML, PHP ist mächtiger und was Sie tun können, mit ihr nur hängt von Ihrer Phantasie. Wer weiß? You might create your very own killer app! Sie können erstellen Sie Ihre eigenen Killer-App!
Ben Carigtan writes about web sites, computers, technology and how to get the best out of them. Ben Carigtan schreibt über Web-Sites, Computer, Technologie und wie Sie das Beste aus ihnen.
» Filed Under »Gespeichert unter Cool Websites Cool Websites
Save this page Speichern Sie diese Seite | Stir it up on Mixx Rühren Sie es auf Mixx | |
Add to Reddit Add to Reddit |
Related Posts Verwandte Beiträge
- How to setup an FTP server in Windows using IIS Wie man einen FTP-Server in Windows mit IIS
- How to open files from the Internet directly in Windows applications Wie zum Öffnen von Dateien aus dem Internet direkt in Windows-Anwendungen
- Create HTML table listing of Windows directories and files Erstellen Sie HTML-Tabelle mit der Windows-Verzeichnisse und Dateien
- How to setup multiple home pages in Firefox and IE Wie man mehrere Homepages in Firefox und IE
- How to make photo slideshows in Fireworks CS3 So können Sie Foto-Diashows in Fireworks CS3






















