Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    Datenbankprobleme

    Scheduled Pinned Locked Moved Betrieb
    2 Posts 2 Posters 2.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Ich habe idoit erfolgreich(?) händisch installiert, die beiden Datenbanken angelegt (namen xarumanx_netdok und xarumanx_netdokmod) und den SQL Dump eingefügt.

      Jetz erhalte ich beim aufruf der indexseite nur folgende Fehlermeldungen:

      Table 'xarumanx_netdok._configuration' doesn't exist
      bzw.
      select command denied to user: 'xarumanx_netdok@localhost' for table '_updates'

      Naürlich kann die tabelle xarumanx_netdok._configuration nicht existieren, sie heisst nämlich xarumanx_netdok.configuration

      irgendwelche vorschläge?

      1 Reply Last reply Reply Quote 0
      • N Offline
        npotthast
        last edited by

        @XarumanX:

        Naürlich kann die tabelle xarumanx_netdok._configuration nicht existieren, sie heisst nämlich xarumanx_netdok.configuration

        Das klingt, als hättest du versehentlich die beiden Datenbanken vertauscht. Die Tabelle "_configuration" existiert nämlich in der anderen Datenbank.

        Du solltest mal versuchen in der config_db.inc.php die folgenden beiden Zeilen auszutauschen:

        /* Set the databases as global variables */
        
        $gPrimaryDB = $configDatabase["names"][0];
        
        $gCMDB      = $configDatabase["names"][1];
        

        gegen:

        /* Set the databases as global variables */
        
        $gCMDB      = $configDatabase["names"][0];
        
        $gPrimaryDB = $configDatabase["names"][1];
        

        Wenn das nicht funktionieren sollte, musst du halt die Datenbanknamen austauschen.

        MfG,
        Niclas Potthast

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post