Re: Reg Backup

2004-10-04 Thread Greg Donald
On Mon, 4 Oct 2004 22:10:39 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > mysqlhotocpy supports only Linux and Netware software. Will it support windows > operating system. Please clarify. I have heard of people using Perl on windows, so I would guess it will run, mysqlhotcopy being a Per

Re: Reg Backup

2004-10-04 Thread Olivier Kaloudoff
On Mon, 4 Oct 2004 [EMAIL PROTECTED] wrote: Hi, Is there any suitable command in MySQL 4.0 with out InnoDB for taking the backup. Please suggest. Thanks, Narasimha Hi Narasimha, when posting a question to a mailing list, please don't ask it many times, or the users might say "hey, thi

RE: Reg Backup

2004-10-04 Thread lakshmi.narasimharao
] Cc: Subject: Re: Reg Backup On Mon, 4 Oct 2004 21:55:58 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there any suitable command in MySQL 4.0 with out InnoDB for taking the > backup. Please suggest.

Re: Reg Backup

2004-10-04 Thread Greg Donald
On Mon, 4 Oct 2004 21:55:58 +0530, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is there any suitable command in MySQL 4.0 with out InnoDB for taking the > backup. Please suggest. Have you looked at mysqlhotcopy ? http://dev.mysql.com/doc/mysql/en/mysqlhotcopy.html -- Greg Donald Zend Certi

Reg Backup

2004-10-04 Thread lakshmi.narasimharao
Hi, Is there any suitable command in MySQL 4.0 with out InnoDB for taking the backup. Please suggest. Thanks, Narasimha Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the exclusive use

Reg Backup

2004-10-04 Thread lakshmi.narasimharao
Thank you very much. One more question i.e Is there any command to take the Backup in MySQL 4.0 (windows) classic which does not support innodb. I know 2 commands like mysqldump and mysqlhotcopy. mysqlhotcopy seems to support myism but only in linux and netwa

Reg Backup

2004-10-01 Thread lakshmi.narasimharao
Thank you very much. One more question i.e Is there any command to take the Backup in MySQL 4.0 (windows) classic which does not support innodb. I know 2 commands like mysqldump and mysqlhotcopy. mysqlhotcopy seems to support myism but only in linux and netware os. But i need it in windows.

Re: reg backup

2004-09-25 Thread Eldo Skaria
Hai Lakshmi, Backup I am yet to learn. transactional tables-limited knowledge- transaction safe tables are the ines in which you will be able to rollback the changes u made to the db since last commit or rollback. to check is innodb is running(rather enabled), in linux u may use the command mysql

reg backup

2004-09-24 Thread lakshmi.narasimharao
Hi, Is there any way to handle backup in the mysql 4.0 classic with out innoDB?. And may i know the differences between transaction - safe and transaction -full locks ?. And what is the best way to confirm whether innodb is running or not in mysql 4.0?. Thanks, Narasimha -