At 10:53 -0500 3/23/02, MySQL wrote:
>Greetings,
>
>This is my first post to this list, hope you can help me.
>
>I'm trying to automate nighly exports from MySQL to a Filemaker Pro database.
>
>I figured out that the following syntax will get me a tab delimited
>export file:
>
>mysqldump -u root
Greetings,
This is my first post to this list, hope you can help me.
I'm trying to automate nighly exports from MySQL to a Filemaker Pro database.
I figured out that the following syntax will get me a tab delimited export file:
mysqldump -u root --tab=/directory MyDataBase
This is great excep