advantages mysqldump -T option

2002-06-24 Thread Rachael LaPorte Taylor (SSD)

Hi folks,

Currently I'm using mysqldump with the --opt option to backup
databases. I recently discovered the -T option to output to delimited
files. Aside from only being able to run mysqldump on the same machine
as the mysql daemon, are there any other disadvantages or advantages
of using the -T option?

-- 
Rachael LaPorte Taylor
Senior Technology Architect, FedStats
U.S. Census Bureau
Washington DC 20233
[EMAIL PROTECTED]


-
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




Re: advantages mysqldump -T option

2002-06-24 Thread Gurhan Ozen

Check this out:
http://www.mysql.com/doc/m/y/mysqldump.html

According to the above page, -T option creates a table_name.txt file for
each given table, with its CREATE TABLE syntax and the data for its content
in the file

Gurhan


- Original Message -
From: Rachael LaPorte Taylor (SSD) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 24, 2002 2:53 PM
Subject: advantages mysqldump -T option


 Hi folks,

 Currently I'm using mysqldump with the --opt option to backup
 databases. I recently discovered the -T option to output to delimited
 files. Aside from only being able to run mysqldump on the same machine
 as the mysql daemon, are there any other disadvantages or advantages
 of using the -T option?

 --
 Rachael LaPorte Taylor
 Senior Technology Architect, FedStats
 U.S. Census Bureau
 Washington DC 20233
 [EMAIL PROTECTED]


 -
 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



-
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