Re: How to Archive and restore the data in MySQL database.

2003-02-10 Thread Stefan Hinz
Prasad, > Can any of you give me links about Archiving and restoring the data in > MySQL database. Are there any utilities for the same? You can use mysqldump in several ways to backup data, and mysqlimport or mysql (the command line tool) to import data backuped with mysqldump. There are many o

RE: How to Archive and restore the data in MySQL database.

2003-02-10 Thread B. van Ouwerkerk
restore the data in MySQL database. Hi, Can any of you give me links about Archiving and restoring the data in MySQL database. Are there any utilities for the same? Thanks in advance, Ram - Before posting, please check

Re: How to Archive and restore the data in MySQL database.

2003-02-10 Thread olinux
http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Database_Administration.html#Backup mysqldump is my preferred method [snip] The most normal use of mysqldumpis probably for making a backup of whole databases. See section 4.4.1 Database Backups. mysqldump --opt database > backup-

Re: How to Archive and restore the data in MySQL database.

2003-02-10 Thread Dan Nelson
In the last episode (Feb 06), Prasad Budim Ram said: > Hi, > Can any of you give me links about Archiving and restoring the data in > MySQL database. Are there any utilities for the same? http://www.mysql.com/doc/en/Backup.html -- Dan Nelson [EMAIL PROTECTED] --

Re: How to Archive and restore the data in MySQL database.

2003-02-10 Thread mysql-list-bot
l * http://www.mysql.com/doc/en/CREATE_DATABASE.html * http://www.mysql.com/doc/en/DROP_DATABASE.html This was an automated response to your email 'How to Archive and restore the data in MySQL database.'. Final search keyword used to query the manual was 'How to Archiv

How to Archive and restore the data in MySQL database.

2003-02-08 Thread Prasad Budim Ram
Hi, Can any of you give me links about Archiving and restoring the data in MySQL database. Are there any utilities for the same? Thanks in advance, Ram - Before posting, please check: http://www.mysql.com/manual.php (the man