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

  1. 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.
  2. 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.
  3. 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;

  4. 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

  1. Extract the phpBB zip file. Entpacken Sie die Zip-Datei phpBB.
  2. 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.
  3. Copy the extracted phpBB files nto the new forum directory. Kopieren Sie die Dateien extrahiert phpBB nicht das neue Forum Verzeichnis.
  4. 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".
  5. 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: Installieren

    Database 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

  6. Click the “Start Install” button(once only) Klicken Sie auf "Start Install"-Button (nur einmal)
  7. 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.

  8. 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

  9. 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).
  10. 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 .



8 Responses to “Install phpBB 2 in Windows XP running on Apache 2, PHP 5 and MySQL 4” 8 Reaktionen auf "Install phpBB 2 unter Windows XP läuft auf Apache 2, PHP 5 und MySQL 4"

  1. William
    August 3rd, 2006 04:02 3. August 2006 04:02
    1

    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?

  2. Administrator
    August 3rd, 2006 07:51 3. August 2006 07:51
    2

    William, have you enable the mysql support in php.ini? William, haben Sie die MySQL-Unterstützung in der php.ini?

  3. Bruce
    August 8th, 2006 22:22 8. August 2006 22:22
    3

    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:

  4. Victor Sinha Victor Sinha
    January 2nd, 2007 08:18 2. Januar 2007 08:18
    4

    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.

  5. Apache and phpBB Apache und phpBB
    February 1st, 2007 05:17 1. Februar 2007 05:17
    5

    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/

  6. FunnsFurmentsod
    July 14th, 2007 02:19 14. Jul 2007 02:19
    6

    Hi all! Hallo alle!

    G’night G'night

  7. Stephen J Stephen J
    December 17th, 2007 19:04 17. Dezember 2007 19:04
    7

    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.

  8. aletly
    March 4th, 2008 14:35 4. März, 2008 14:35
    8

    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

Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Sie können diese Tags: <a href= title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Abonnieren ohne zu kommentieren


Custom Search

New Articles Neue Artikel

Incoming Search Terms for the Article Eingehender Suchbegriffe für den Artikel

The PHP configuration on your server doesn't support the database type that you chose Die PHP-Konfiguration auf Ihrem Server unterstützt nicht die Art Datenbank, die Sie gewählt - -- phpbb windows phpBB Windows - -- phpBB apache phpBB Apache - -- phpbb for windows phpBB für Windows - -- install phpbb Installation von phpBB - -- installing phpbb Installation von phpBB - -- phpbb wamp phpBB WAMP - -- phpbb install phpBB installieren - -- xampp phpbb XAMPP phpBB - -- how to instal phpbb on apache server zu installieren, wie phpBB auf Apache-Server - -- node/11/64 node/11/64 - -- phpbb on windows phpBB in Windows - -- phpbb on windows xp phpBB in Windows XP - -- how to install phpbb in apache zu installieren, wie phpBB in Apache - -- phpbb2 mysql5 phpBB2 mysql5 - -- phpbb xampp phpBB XAMPP - -- Windows XP pack 2 phpbb Template Windows XP Pack 2 phpBB Template - -- installing phpBB forum on server Installation von phpBB-Forum auf dem Server - -- wamp phpbb WAMP phpBB - -- windows phpbb Windows phpBB - -- how to install phpbb in xampp zu installieren, wie phpBB in xampp - -- installing phpbb on apache Installation von Apache in phpBB - -- phpbb on xampp phpBB in XAMPP - -- windows php forums Windows PHP-Foren - -- install phpBB on windows phpBB Installation unter Windows - -- how to install phpBB with apache wie installieren phpBB mit Apache - -- installing phpbb on local machine Installation von phpBB auf lokalen Rechner - -- install phpBB on windows XP phpBB Installation unter Windows XP - -- INSTALL PHPBB IN LOCAL Installieren phpBB in lokalen - -- phpbb mysql install windows phpBB MySQL-Installation von Windows - -- install wamp in XP manage folder Installation von WAMP auf XP-Ordner verwalten - -- phpbb installation tutorial windows phpBB Installation Anleitung Windows - -- access database with php windowsXP Tutorial Zugang Datenbank mit php WindowsXP-Tutorial - -- installing phpbb xampp Installation von phpBB XAMPP - -- installing phpbb on xampp Installation von phpBB auf XAMPP - -- install phpbb xampp XAMPP installieren phpBB - -- install phpbb local machine Installation von phpBB lokalen Rechner - -- xampp toncat castellano XAMPP toncat castellano - -- how to install phpbb zu installieren, wie phpBB - -- installing phpbb windows xp phpBB Installation von Windows XP - -- Welcome to phpbb2 installation Willkommen bei phpBB2-Installation - -- how to install phpbb in wamp zu installieren, wie in phpBB WAMP - -- phpbb + xamp phpBB + xamp - -- install phpbb in windows phpBB Installation unter Windows - -- "The PHP configuration on your server doesn't support the database type that you chose" "Die PHP-Konfiguration auf Ihrem Server unterstützt nicht die Art Datenbank, die Sie gewählt" - -- install phpbb windows phpBB Windows installieren - -- installing phpbb2 on xampp Installation von phpBB2 in XAMPP - -- installing phpbb apache Installation von Apache phpBB - -- phpbb windows download phpBB Windows-Download - -- phpbb instal phpBB Installation - --