Miranda NG MDBX database driver

From Miranda NG
Revision as of 16:00, 5 October 2018 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Plugin:Dbx mdbx/de
Jump to navigation Jump to search
Other languages:
Miranda NG MDBX database driver

Dateiname Dbx_mdbx.dll
Autor Miranda NG team
Download-Links
Stabile Version: 32-bit, 64-bit
Entwicklungsversion: 32-bit, 64-bit

Unterstützung für Miranda-Datenbank: Globale Einstellungen, Kontakte, Verlauf, Einstellungen pro Kontakt.

Basiert auf libmdbx.

Database repair

mdbx_dump.exe and mdbx_load.exe are located in the Miranda root folder.

mdbx_dump.exe -n -a -f "%TEMP%\corrupted.tmp" "path\to\corrupted.dat"
mdbx_load.exe -n -f "%TEMP%\corrupted.tmp" "path\to\repaired.dat"

This extracts as much data as possible from the corrupted.dat to the temporary file and builds repaired.dat.