aburbello,
Wednesday, June 12, 2002, 4:08:23 PM, you wrote:

a> When I try to make a backup executing the sql:
a>  backup tb_name1, tb_name2 to 'c:\temp'

a> and I have a error like

a> "Failed copying .frm file: errno =3D 2"

a> What I have to do in this case.

Use slash '/' or double slash '\\' in the path to dir, i.e.
    BACKUP TABLE tb_name1, tb_name2 TO 'C:/temp';
or
    BACKUP TABLE tb_name1, tb_name2 TO 'C:\\temp';

a> Regards
a> Alexander




-- 
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

Reply via email to