Could somebody please tell me how to import a dump on a windows computer. Thanks, shardsofmetal
I assume that by Windows computer, you mean the web server is running under Windows, and you're using the Windows version of mySQL. From the command line, something like:
MYSQL -U ROOT -P < DUMPFILE.SQL
ought to do it. You ought to be able to use the mySQL Administration utility to do this, as well, which might be easier if you prefer a GUI. I'd guess the options will be under Schema/Catalogs.
Rob Church
On 19/09/05, shardsofmetal shardsofmetal@gmail.com wrote:
Could somebody please tell me how to import a dump on a windows computer. Thanks, shardsofmetal _______________________________________________ MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org