Search results
Results from the WOW.Com Content Network
Wikipedia preprocessor (wikiprep.pl) is a Perl script that preprocesses raw XML dumps and builds link tables, category hierarchies, collects anchor text for each article etc. 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.
This should allow you to simply cat the uncompressed dump to the mysql client without any other command line arguments or stream edits. "MySQL server has gone away" [ edit ]
Without a preceding escape character, an * will expand to the names of all files in the working directory that do not start with a period if and only if there are such files, otherwise * remains unexpanded. So to refer to a file literally called "*", the shell must be told not to interpret it in this way, by preceding it with a backslash (\).
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.
With the last 2 dumps failing, and others being removed, there isnt a single complete dump of the english wikipedia data left available for download - and there hasn't been a new dump for almost a month.
Concatenated JSON isn't a new format, it's simply a name for streaming multiple JSON objects without any delimiters. The advantage of this format is that it can handle JSON objects that have been formatted with embedded newline characters, e.g., pretty-printed for human readability.
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 dump.
A markup tag is prefixed with a backslash (\) or an at-sign (@). [16] The following is a relatively simple function comment block with markup in bold: /** Function description @param p1 Parameter description @param p2 Parameter description @return Return description */ void foo(int p1, int p2) {} A block can be formatted various ways.