Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2004071

Re: [PHP-DB] How to take Backup ? From: Michael Gale (michael.gale <email protected>)
Date: 07/02/04

Hello,

        Have a look at mysqldump .. it is used for backing up tables and
database.

Example
mysqldump --add-drop-table -c testdatabase -h 127.0.0.1 -u mysqlbk
--password=mysqlbk > testdatabase.bk

Michael

On Thu, 1 Jul 2004 21:26:27 -0700 (PDT)
Rinku <rinku_pgsql <email protected>> wrote:

> I want to take backup for Mysql database.
>
> Can any of you tell me how to take Backup and how to Restore it ?
>
> Rinku
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php