Plugin:Dbx mdbx: Difference between revisions

From Miranda NG
Plugin:Dbx mdbx
Jump to navigation Jump to search
No edit summary
(Marked this version for translation)
Line 7: Line 7:
Based on <tvar|project_website>'''[https://github.com/leo-yuriev/libmdbx libmdbx]'''</> library.
Based on <tvar|project_website>'''[https://github.com/leo-yuriev/libmdbx libmdbx]'''</> library.


== Database repair ==
== Database repair == <!--T:4-->


<!--T:5-->
mdbx_dump.exe and mdbx_load.exe are located in the Miranda root folder
mdbx_dump.exe and mdbx_load.exe are located in the Miranda root folder
</translate>
</translate>
Line 18: Line 19:


<translate>
<translate>
<!--T:6-->
This extracts as much data as possible from the corrupted.dat to the temporary file and builds repaired.dat.
This extracts as much data as possible from the corrupted.dat to the temporary file and builds repaired.dat.
</translate>
</translate>


{{PluginGroups}}
{{PluginGroups}}

Revision as of 15:59, 5 October 2018

Other languages:
Miranda NG MDBX database driver

Filename Dbx_mdbx.dll
Author Miranda NG team
Download links
Stable version: 32-bit, 64-bit
Development version: 32-bit, 64-bit

Provides Miranda database support: global settings, contacts, history, settings per contact.

Based on libmdbx library.

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.