Install phpBB 2 in Windows XP running on Apache 2, PHP 5 and MySQL 4 Installieren phpBB 2 unter Windows XP läuft auf Apache 2, PHP 5 und MySQL 4
Introduction to phpBB Einführung in phpBB
phpBB is a high powered, fully scalable, and highly customizable Open Source bulletin board package. phpBB ist ein High Powered, voll skalierbare und hochgradig anpassbare Open-Source-Brett-Paket. phpBB has a user-friendly interface, simple and straightforward administration panel, and helpful FAQ. phpBB hat eine benutzerfreundliche Schnittstelle, einfache und unkomplizierte Verwaltung Panel sowie hilfreiche FAQ. To run phpBB, powerful PHP server language needs to be enabled on web server and installed any one of the following database: MySQL, MS-SQL, PostgreSQL or Access/ODBC database servers. Zum Ausführen von phpBB, leistungsfähige Server-PHP-Sprache muss in die Lage versetzt werden auf Web-Server installiert und eine der folgenden Datenbank: MySQL, MS-SQL, PostgreSQL oder Access / ODBC-Datenbank-Servern.
For more information on how to setup Apache 2 web server, PHP 5 and MySQL 4 ready for use of phpBB, read these Für weitere Informationen über die Installation, Konfiguration Apache Webserver 2, PHP 5 und MySQL 4 bereit für den Einsatz von phpBB ist, lesen Sie diese articles Artikel .
Setup MySQL Database and User Setup MySQL-Datenbank und User
- Access the MySQL console by calling mysql -u root -p at command prompt.Note: If password for MySQL user ‘root’ has not been set, just leave blank when prompted for the password and hit Enter. Rufen Sie die MySQL-Konsole durch den Aufruf von mysql-u root-p im Befehl prompt.Note: Wenn das Passwort für den MySQL-Benutzer 'root' nicht eingestellt wurde, lassen Sie leer, wenn Sie nach dem Passwort ein und drücken Sie die Eingabetaste.
- Create database ‘phpBB2′ or any name you like (database for phpBB, which will hold all tables) by calling CREATE DATABASE phpBB2; at MySQL console. Erzeugen von Datenbank 'phpBB2' oder einen beliebigen Namen Dir (Datenbank für phpBB, die alle Tabellen) durch den Aufruf von CREATE DATABASE phpBB2; bei MySQL-Konsole.
- Create secured account with user ‘phpBB2user’ (Choose your own user name) and password ‘dbpassword’ by following commands: Erstellen Sie gesicherte Konto mit Benutzer 'phpBB2user "(Wählen Sie Ihren eigenen Benutzernamen) und Ihr Passwort ein" dbpassword "durch die folgenden Befehle:
mysql> GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, DROP ON phpBB2.* TO ‘phpBB2user’@'localhost’ IDENTIFIED BY ‘dbpassword’; mysql> GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, DROP ON phpBB2 .* TO 'phpBB2user' @ 'localhost' identified by 'dbpassword';
Note: Choose your own password instead of’dbpassword’. Hinweis: Wählen Sie Ihr eigenes Kennwort statt of'dbpassword ".
Note: DROP is only required for database restores, and ALTER is only required for certain modules and future upgrades. Hinweis: DROP ist nur erforderlich für die Datenbank wieder her, und ALTER ist nur dann erforderlich, für bestimmte Module und zukünftige Upgrades.
Note: Secured account means only accessible from ‘localhost’, access permitted only to database ‘phpBB2′, only needed privileges granted. Hinweis: Sichere Konto bedeutet nur von 'localhost', den Zugang nur zu der Datenbank 'phpBB2', nur noch benötigt, Privilegien gewährt.mysql> FLUSH PRIVILEGES; mysql> FLUSH PRIVILEGES;
- Quit the MySQL console by: Beenden Sie die MySQL-Konsole von:
mysql> quit; mysql> quit;
Download phpBB 2 Download phpBB 2
Download the phpBB Full Package in zip format from Downloaden Sie das phpBB Full Package im ZIP-Format aus phpBB download site phpBB-Download-Site . The file should ended with .zip extension. Die Datei sollte endete mit. Zip-Endung.
Install phpBB Installieren phpBB
- Extract the phpBB zip file. Entpacken Sie die Zip-Datei phpBB.
- Create a directory (ie forum, forums or phpbb) for phpBB forum at your DocumentRoot (normally C:\Program Files\Apache Group\Apache2\htdocs if Apache installed by default), unless the phpBB is intended at DocumentRoot itself, which is not recommended. Erstellen Sie ein Verzeichnis (zB Forum, Foren oder phpBB) für phpBB Forum auf Ihrer DocumentRoot (in der Regel C: \ Program Files \ Apache Group \ Apache2 \ htdocs wenn Apache standardmäßig installiert), es sei denn, das phpBB ist im DocumentRoot selbst, was nicht empfohlen.
- Copy the extracted phpBB files nto the new forum directory. Kopieren Sie die Dateien extrahiert phpBB nicht das neue Forum Verzeichnis.
- Run Internet Explorer and access http://your_domain_name/forum/index.php (if you create directory with other name, change accordingly) and the phpBB2 installation page should be shown. Führen Sie Internet Explorer und den Zugang http://your_domain_name/forum/index.php (wenn Sie schaffen Verzeichnis mit anderen Namen, ändert sich entsprechend) und der phpBB2-Installation Seite angezeigt werden soll. If you unable to access the the website when specify “your_domain_name”, substitute it with either “localhost” or the server’s IP address for the “your_domain_name”. Wenn Sie keinen Zugang zur Website, wenn die Angabe "ihr_domain_name", ersetzen sie entweder mit "localhost" oder der Server die IP-Adresse für den "ihr_domain_name".
- At the “Welcome to phpBB 2 Installation” web page, enter the following settings: In der "Welcome to phpBB 2 Installation" Web-Seite, geben Sie die folgenden Einstellungen:
Basic Configuration: Basis-Konfiguration:
Default board language: English Standard Board Sprache: Englisch
Database Type: MySQL 4.x Datenbanktyp: MySQL 4.x
Choose your installation method: Install Wählen Sie Ihre Installations-Methode: InstallierenDatabase Configuration: Datenbank-Konfiguration:
Database Server Hostname / DSN: localhost Database Server Hostname / DSN: localhost
Your Database Name: database (Your database name) Ihre Datenbank Name: Datenbank (Ihr Datenbankname)
Database Username: user (Your MySQL user name) Datenbank-Benutzername: user (Ihre MySQL-Benutzernamen)
Database Password: password (Password for MySQL user) Datenbank-Passwort: Passwort (Passwort für MySQL-Benutzer)
Prefix for tables in database: phpbb_ Prefix für die Tabellen in der Datenbank: phpbb_Admin Configuration: Admin-Konfiguration:
Admin Email Address: email@yourdomain.com Admin E-Mail-Adresse: email@yourdomain.com
Domain Name: IPAddress (or a valid DNS name visible to the forum’s target audience). Domain Name: IP-Adresse (oder eine gültige DNS-Namen sichtbar auf dem Forum der Zielgruppe).
Server Port: 80 Server Port: 80
Script path: /forum/ Script Pfad: / forum /
Administrator Username: Admin (this will be your user name to the forum) Administrator Benutzername: Admin (diese werden mit Ihrem Benutzernamen zum Forum)
Administrator Password: AdminPW (this will be your password to the forum) Administrator-Passwort: AdminPW (dies wird Ihr Passwort zum Forum)
Administrator Password [ Confirm ]: AdminPW Administrator Passwort [Bestätigung]: AdminPW - Click the “Start Install” button(once only) Klicken Sie auf "Start Install"-Button (nur einmal)
- At this point you should see a screen with the following text: An diesem Punkt sollten Sie einen Bildschirm mit dem folgenden Text:
Your admin username has been created. Ihre Benutzernamen admin erstellt wurde. At this point your basic installation is complete. An diesem Punkt Ihre grundlegenden Installation abgeschlossen ist. You will now be taken to a screen which will allow you to administer your new installation. Sie werden jetzt getroffen werden, um einen Bildschirm, können Sie zur Verwaltung Ihrer neuen Installation. Please be sure to check the General Configuration details and make any required changes. Bitte achten Sie darauf, überprüfen Sie die Konfiguration Allgemeine Informationen und alle notwendigen Änderungen. Thank you for choosing phpBB 2. Vielen Dank, dass Sie sich für phpBB 2.
- Before selecting “Finish Installation”, the following directories must be deleted: Bevor Sie "Fertig stellen" Installation ", die folgenden Verzeichnisse müssen gelöscht werden:
C:\www\phpBB2\install C: \ www \ phpBB2 \ install
C:\www\phpBB2\contrib C: \ www \ phpBB2 \ contrib
[optional] C:\www\phpBB2\docs [optional] C: \ www \ phpBB2 \ docs - If phpBB setup cannot write the configuration file on the server, it will prompts you to save the file. Wenn phpBB Setup kann nicht schreiben, die Konfigurationsdatei auf dem Server, wird es Sie auffordert, die Datei zu speichern. Select “Just send the file to me and I’ll FTP it manually” and click “Download config”. Wählen Sie "Senden Sie einfach die Datei auf mich und ich werde ihn manuell FTP" und klicken Sie auf "Download config". When offered the opportunity to save install.php elect to save the file to your forum folder (you will get a “replace Yes/No” style message). Wenn die Möglichkeit zum Speichern install.php wählt, um die Datei auf Ihrem Forum Ordner (Sie erhalten eine "ersetzen Ja / Nein"-Stil Nachricht).
- Delete the contrib and install folders in your forum folder, either by FTP clients or Windows Explorer if it’s local machine. Löschen Sie den contrib installieren und Ordner in Ihrem Ordner Forum, entweder per FTP-Clients oder Windows Explorer, wenn sie der lokalen Maschine.
Testing and Accessing phpBB Forum Prüftechnik und Zugriff auf phpBB-Forum
Access your forum at http://your_domain_name/forum, replace your_domain_name with your own domain (ie localhost or dynamic dns name) and forum with the folder name you put phpBB in. Greifen Sie auf Ihre Forum in http://your_domain_name/forum, ersetzen ihr_domain_name mit Ihrer eigenen Domain (zB localhost oder dynamischen DNS-Namen) und Forum mit den Ordnernamen Sie phpBB in.
Note: If it’s not possible to access via your_domain_name from your own machine, replace it with localhost or 127.0.0.1. Hinweis: Wenn es nicht möglich, Zugang über ihr_domain_name aus Ihrer eigenen Maschine, ersetzen Sie ihn mit localhost oder 127.0.0.1.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. WICHTIG: Es handelt sich um eine Maschine der Seite übersetzt wird "as is" ohne Garantie. Machine translation may be difficult to understand. Maschinelle Übersetzung ist vielleicht schwierig zu verstehen. Please refer to Bitte wenden Sie sich an original English article Original Englisch Artikel whenever possible. wann immer dies möglich ist.
Share and contribute or get technical support and help at Aktie und einen Beitrag oder erhalten technische Unterstützung und Hilfe an My Digital Life Forums Meine digitalen Lebens Foren .
Related Articles Verwandte Artikel
- Easily Set Up Web Server with XAMPP Einfaches Einrichten von Web-Server mit XAMPP
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 Installation von Web-Server in Windows XP mit Apache2, PHP5 und MySQL4 - Teil 1
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Installation von Web-Server in FreeBSD 6,0 mit Apache 2,2, 5,0 MySQL und PHP 5 - Teil 4
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Installation von Web-Server in FreeBSD 6,0 mit Apache 2,2, 5,0 MySQL und PHP 5 - Teil 5
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Installation von Web-Server in FreeBSD 6,0 mit Apache 2,2, 5,0 MySQL und PHP 5 - Teil 3
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 Installation von Web-Server in Windows XP mit Apache2, PHP5 und MySQL4 - Teil 3
- Enable MySQL InnoDB Storage Engine Support in XAMPP Installation Aktivieren Sie MySQL-Storage-Engine InnoDB-Unterstützung bei der XAMPP-Installation
- Using phpMyAdmin for Effective MySQL Management in Windows XP Verwenden von phpMyAdmin für MySQL Effektive Management in Windows XP
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Unable to open HTTP-Request-Stream mit fopen oder fsockopen Funktionen
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 4 Installation von Web-Server in Windows XP mit Apache2, PHP5 und MySQL4 - Teil 4







August 3rd, 2006 04:02 3. August 2006 04:02
I have Apache 2, php 5 and mysql 5. Ich habe Apache 2, PHP 5 und MySQL 5. I have set them all up correctly but when I try and install phpbb2, (after clicking submit) I get the message “The PHP configuration on your server doesn’t support the database type that you chose”. Ich habe sie alle richtig, aber wenn ich versuche und installieren phpBB2, (nach dem Klicken einreichen) bekomme ich die Meldung "Die PHP-Konfiguration auf Ihrem Server unterstützt nicht die Art Datenbank, die Sie gewählt". Any ideas anybody why this happens? Irgendwelche Ideen jemand, warum dies passiert?
August 3rd, 2006 07:51 3. August 2006 07:51
William, have you enable the mysql support in php.ini? William, haben Sie die MySQL-Unterstützung in der php.ini?
August 8th, 2006 22:22 8. August 2006 22:22
I’m testing a Tomcat/PHP5/MySQL5 integration. Ich bin ein Test Tomcat/PHP5/MySQL5 Integration.
Without updating the default php.ini file, I get the error mentioned by William. Ohne Aktualisierung der Standard-php.ini-Datei, bekomme ich die Fehler von William erwähnt. After updating the ini file to include the mysql extension, my server crashes when trying to open the PHPBB site. Nach der Aktualisierung der INI-Datei, um die mysql-Erweiterung, mein Server stürzt ab, wenn sie versuchen zu öffnen PHPBB Website.
Ideas? Ideen?
java.io.IOException:
January 2nd, 2007 08:18 2. Januar 2007 08:18
Thanks for this tutorial. Vielen Dank für dieses Tutorial. I am a newbie in this field and I just want to make something of a PHP board. Ich bin ein Neuling in diesem Bereich, und ich möchte nur etwas über ein PHP-Board. I learnt the basics from you. Ich lernte die Grundlagen von Ihnen. i will soon come back to learn more. ich werde bald wiederkommen, um mehr zu erfahren. Thanks. Danke.
February 1st, 2007 05:17 1. Februar 2007 05:17
I would recommend SMF over phpBB, as the later has had some serious security issues, which might or might not persist under phpBB v3. Ich würde empfehlen, SMF über phpBB, da die später hatte einige ernste Fragen der Sicherheit, die vielleicht oder auch nicht bestehen unter phpBB V3.
phpBB does have a much bigger community, and you will be able to get help, if you need it. phpBB hat einen viel größeren Gemeinschaft, und Sie können, um Hilfe zu holen, wenn man ihn braucht. Its also a bit easier to setup. Seine auch ein bisschen einfacher zu Setup.
If you want to just try out phpBB under Windows, without the setup, you can get a WAMP Server distribution that has it pre-configured… Wenn Sie wollen einfach ausprobieren phpBB unter Windows, ohne das Setup, können Sie sich einen WAMP Server-Distribution, hat es vorkonfigurierte…
http://www.devside.net/
July 14th, 2007 02:19 14. Jul 2007 02:19
Hi all! Hallo alle!
G’night G'night
December 17th, 2007 19:04 17. Dezember 2007 19:04
Hi, i setup and installed phpBB with ease, even without this tutorial, but the problem i face is whenever i click on the “login to adminastration panel” it prompts me to download the “login.php” file, how do i stop this so i can setup and install mods etc. Hallo, ich Setup installiert und phpBB mit Leichtigkeit, auch ohne dieses Tutorial, aber das Problem, das ich Gesicht ist immer dann, wenn ich darauf klicke auf "Login auf adminastration Panel" fordert er mich zum Download des "login.php"-Datei, wie verhindere ich, dass diese So kann ich Setup und Installation von Mods usw.
March 4th, 2008 14:35 4. März, 2008 14:35
Yo!
Finally I found your site, I am so happy! Schließlich habe ich festgestellt, dass Ihre Website, ich bin so glücklich!
Bye Tschüss