Plugin:Dbx mdbx/en: Difference between revisions

From Miranda NG
Plugin:Dbx mdbx/en
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 does not work under Wine].}}
{{TNT|Warning|Plugin [https://github.com/miranda-ng/miranda-ng/issues/1209 does not work under Wine].}}


Provides Miranda database support: global settings, contacts, history, settings per contact.
Provides Miranda database support: global settings, contacts, history, settings per contact.
Line 26: Line 26:
</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

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, but contains some changes from the Miranda NG team which are necessary to meet the specific needs of Miranda.

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.

Database check

mdbx_chk.exe is located in the Miranda root folder.

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