|
Meine heutigen Fehlermeldungen nach der Passworteingabe:
psql: FATAL: could not open relation “pg_shadow_usename_index”: Read-only file system
psql: FATAL: could not open relation “pg_trigger_tgrelid_tgname_index”: Read-only file system
Was kann ich tun, um auf meine Datenbanken zuzugreifen? Und wird noch ein Update für den Server durchgeführt, sodass Befehle wie \d wieder funktionieren?
——–
EDIT: Gerade stelle ich bei tools.rz.ifi.lmu.de fest, dass kein einziger Datenbankaccount mehr in meinem Profil vorhanden ist. Wenn ich einen neuen Account anlegen möchte, erhalte ich für MySQL folgendes:
ERROR: 126 Incorrect key file for table ‘./mysql/db.MYI’; try to repair it
ERROR: Incorrect key file for table ‘./mysql/user.MYI’; try to repair it
Und für PostgreSQL:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
|