On Thu, May 24, 2012 at 3:01 PM, Khanh Nguyen <[email protected]> wrote:
> However, I got this error: "ERROR 1146 (42S02) at line 33: Table > 'wikidb.text' doesn't exist". > You can see the detail output messages from the link below: > http://pastebin.com/Y6WXhxnq > mwdumper's conversion to SQL doesn't actually create the tables for you, it just inserts data into them assuming they already exist. You can grab maintenance/tables.sql from a MediaWiki download and source that into your database first to create the empty tables. -- brion _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
