mysqldump AgentAdminDB activitylookup -u UserName -pPassword >
//var/data/mysql/activitylookup.sql
mysqldump AgentAdminDB agencies -u UserName -pPassword >
//var/data/mysql/agencies.sql
mysqldump AgentAdminDB agentdocuments -u UserName -pPassword >
//var/data/mysql/agentdocuments.sql
mysqldump AgentAdminDB agentdownlink -u UserName -pPassword >
//var/data/mysql/agentdownlink.sql
mysqldump AgentAdminDB agentnotes -u UserName -pPassword >
//var/data/mysql/agentnotes.sql
mysqldump AgentAdminDB agentpages -u UserName -pPassword >
//var/data/mysql/agentpages.sql

-----Original Message-----
From: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 19, 2003 9:52 AM
To: Christensen, Dave; [EMAIL PROTECTED]
Cc: Dickey, Dallas
Subject: RE: Odd thing


[snip]
Just creating shell scripts with one line creating each file.  This is our
first attempt to see how working with the smaller files performs while
transferring data between sites. [/snip]

 It sounds as if (based on past experience) that the filename is being
created with an additional character at the end, such as a newline character
or carriage return character. Since the character is invisible you see a
question mark. Can we see a snip of your shell script?

Jay

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to