I use Select * into outfile "filepath" from table to archive the
database.
Is there any way to archive this into a different machine. (Not current
machine). Also Note the target machibe does not have MySQL installed.
Yes Mapping to new machine and then giving path is an option. Any
other opton.?
>>> Victoria Reznichenko <[EMAIL PROTECTED]> Tuesday,
February 18, 2003 7:15:01 PM >>>
On Tuesday 18 February 2003 12:51, Ahmed S K Anis wrote:
> I use Select * into outfile "filepath" from table to archive the
> database.
> Is there any way to archive this into a different machine. (Not
current
> machine)
>
> Yes Mapping to new machine and then giving path is an option. Any
other
> opton.?
You can't use SELECT .. INTO OUTFILE for this. Use for example
mysqldump
program. For more info look at:
http://www.mysql.com/doc/en/SELECT.html
--
For technical support contracts, goto
https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Victoria Reznichenko
/ /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED]
/_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net
<___/ www.mysql.com
---------------------------------------------------------------------
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