Yes you can use phpmyadmin for windows2000,  I always have.

Here's a little bonus for you even though you didn't ask for it.

Save this to a batch file:

@echo off
set zdate=%date%
set zdate=%zdate: =%
set zdate=%zdate:/=-%
C:\mysql\bin\mysqldump -A > E:\mysqlDataBackup\%zdate%.txt 

(replace the second path to whatever backup directory you want)

set it up as an automatic task (start/settings/automatic tasks) 
and it will create backups of all your databases.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to