Plugin:Dbx mdbx/de: Difference between revisions

From Miranda NG
Plugin:Dbx mdbx/de
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>{{PluginCard}}
<languages/>{{PluginCard}}


{{TNT|Warning| Plugin [https://github.com/miranda-ng/miranda-ng/issues/1209 funktioniert nicht unter Wine].}}
{{TNT|Warning|Plugin [https://github.com/miranda-ng/miranda-ng/issues/1209 funktioniert nicht unter Wine].}}


Unterstützung für Miranda-Datenbank: Globale Einstellungen, Kontakte, Verlauf, Einstellungen pro Kontakt.
Unterstützung für Miranda-Datenbank: Globale Einstellungen, Kontakte, Verlauf, Einstellungen pro Kontakt.
Line 28: Line 28:
</pre>
</pre>


{{TNT|Note|"problems: wrong order of entries" is a normal situation and should not be considered as error.}}
{{TNT|Note|"problems: wrong order of entries" messages should not be considered as errors.}}


{{PluginGroups}}
{{PluginGroups}}

Revision as of 22:05, 12 December 2019

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.

Reparieren der Datenbank

mdbx_dump.exe und mdbx_load.exe befinden sich im Miranda-NG-Programmverzeichnis.

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"

Dies extrahiert so viele Daten wie möglich aus der beschädigten .dat in eine temporäre Datei und baut die Datei repaired.dat.

Database check

mdbx_chk.exe is located in the Miranda root folder.

mdbx_chk.exe -v -n -w "path\to\database.dat"
Hinweis
"problems: wrong order of entries" messages should not be considered as errors.