[Mediawiki-l] Database backup, How to

Vasiliadis, Thomas T.Vasiliadis at schlemmerblock.de
Fri Feb 17 13:22:20 UTC 2006


Thanks to all,

I took the batch file solution and it works well.

TV 

-----Ursprüngliche Nachricht-----
Von: mediawiki-l-bounces at Wikimedia.org [mailto:mediawiki-l-bounces at Wikimedia.org] Im Auftrag von Andrew Mole
Gesendet: Mittwoch, 25. Januar 2006 14:47
An: mediawiki-l at wikimedia.org
Betreff: Re: [Mediawiki-l] Database backup, How to

Have you tried using the free "MySQL Administrator" for Windows?

http://dev.mysql.com/downloads/administrator/

I can't remember the details, but I think it actually sets up scheduled
tasks with Windows "Task Scheduler". I suggest you check it out.

Andrew


From: Rob Church <robchur at gmail.com>
Subject: Re: [Mediawiki-l] Database backup, How to
To: MediaWiki announcements and site admin list
       <mediawiki-l at wikimedia.org>
Message-ID: <e92136380601250404kd520dcap at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Microsoft Windows doesn't have cron jobs in the same fashion; about
the closest thing built into it is Task Scheduler, which is somewhat
unreliable, but could work. The original question was how to back up
the database? One option could be to write a small batch script to
perform the mySQL command-line client line needed to do the export,
then create a scheduled task to run this every so often.

> > -----Ursprüngliche Nachricht-----
> > Von: mediawiki-l-bounces at Wikimedia.org
> > [mailto: mediawiki-l-bounces at Wikimedia.org]Im Auftrag von Vasiliadis,
> > Thomas
> > Gesendet: Donnerstag, 19. Januar 2006 10:00
> > An: MediaWiki announcements and site admin list
> > Betreff: [Mediawiki-l] Database backup, How to
> >
> >
> > Hi there,
> >
> > I have succesfully installed a Wiki with MySQL 5.0.15-nt and now I have
> > to manage the Backups.
> > But how to do it?
> > I found a Directory named mysql\data\wikidb with some MYI MYD and FRM
> > files. Is it this, what I have to Backup?
> > Is there any methode of do it automatical?
> > I have installed it via xampp
> >
> > Thanks
> >
> > TV



More information about the MediaWiki-l mailing list