Projekt: First Things First, startet nicht

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • Projekt: First Things First, startet nicht

    Hi Leute,

    habe mir das Projekt "First Things First" von hier runtergeladen:
    First Things First at sourceforge

    Damit ich das zuerst mal lokal testen kann, habe ich xampp runtergeladen und installiert. Die Datenbanken und Rechte möchte ich mit phpMyAdmin einrichten. Zu dem Projekt liegt auch eine Readme-Datei bei, aber da ich ein Anfänger bin habe ich es nicht hinbekommen.

    In der Readme-Datei steht folgendes:

    ***
    Edit the file 'localsettings.php' and change at least the following settings:
    (1) date setting (firstthingsfirst_date_string). Choose European or US date setting.
    (2) table prefix (firstthingsfirst_db_table_prefix). I recommend using a table prefix at all times. The table prefix has to be a unique prefix (not used by a CMS or some other application).
    (3) admin password (firstthingsfirst_admin_passwd). Choose a new admin password. This will be the password for user 'admin'.
    (4) database host name (firstthingsfirst_db_host). This is usually 'localhome'.
    (5) database user name (firstthingsfirst_db_user).
    (6) database password (firstthingsfirst_db_passwd).
    (7) database schema name (firstthingsfirst_db_schema). Hosting providers usually don't give you privileges to create a new schema. This means your stuck with only one schema which you have to share with your CMS, blog and other applications.
    ***

    zu 2) Wo kann ich das bei phpMyAdmin eintragen? In der Datei 'localsettings.php' steht folgendes:
    # database table prefix
    # define a prefix that is unique for this firstthingsfirst instance
    # this setting allows you have multiple firstthingsfirst instances to share the same db schema
    $firstthingsfirst_db_table_prefix = "firstthingsfirst";

    zu 7) Wo kann ich das bei phpMyAdmin eintragen?

  • #2
    Zu 2): Das musst du im PMA gar nicht eintragen, dieses Präfix wird lediglich für Tabellennamen verwendet.
    Zu 7): Du legst im PMA eine neue Datenbank an und trägst den Namen dieser Datenbank in deine Konfigurationsdatei ein.

    Kommentar

    Lädt...
    X