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
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
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-
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]
--
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
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