Datenbankprobleme
-
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?
-
@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.
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