Search results
Results from the WOW.Com Content Network
Wikipedia SQL dump parser is a .NET library to read MySQL dumps without the need to use MySQL database WikiDumpParser – a .NET Core library to parse the database dumps. Dictionary Builder is a Rust program that can parse XML dumps and extract entries in files
A database dump contains a record of the table structure and/or the data from a database and is usually in the form of a list of SQL statements ("SQL dump"). A database dump is most often used for backing up a database so that its contents can be restored in the event of data loss. Corrupted databases can often be recovered by analysis of the ...
The database dump hasn't been updated in a month now (it says it's done twice a week on the meta-wiki). Image dumps have been broken for 2 weeks' time now. Image dumps use some strange compression that apparently can only be uncompressed using the right version of the right set of programs on the right platform (in other words, anything but ...
By default only the current version of a page is included. Optionally you can get all versions with date, time, user name and edit summary. Additionally you can copy the SQL database. This is how dumps of the database were made available before MediaWiki 1.5 and it won't be explained here further.
The import and export of data is the automated or semi-automated input and output of data sets between different software applications.It involves "translating" from the format used in one application into that used by another, where such translation is accomplished automatically via machine processes, such as transcoding, data transformation, and others.
@Philoserf: I note that your recent edits removed many of the inline external links. This makes the page much harder to use: statements such as "If it doesn't work, see the forums" and "The SQL file used to initialize a MediaWiki database can be found here" aren't useful without their external link.
It should be easy to run something like sed or a python script on the database dump to strip all of that formatting out. — Preceding unsigned comment added by RaptorHunter (talk • contribs) 02:47, 11 March 2011 (UTC)
The database scanner is multi-threaded: the database scanner uses the main thread to read the database XML file from disk, and additional thread(s) to search the articles based on the user's search criteria, total threads equalling the number of CPU cores (e.g. if quad core CPU without hyperthreading then 1 main and 3 secondary threads). The ...