Ritu, Tuesday, May 14, 2002, 7:10:33 AM, you wrote: RS> i'm taking the backup of PERSON table in /tmp dir....after the backup RS> PERSON.frm and PERSON.MYD are present in /tmp...but when i try to restore RS> them with the name RS, the error comes up....
You can't restore with another name. RESTORE TABLE table_name is looking for a files table_name.* in your dir, can't find them and as a result gives you error. So, you can restore table only with the same name. If you want to rename table use RENAME TABLE statement. RS> Ritu -- 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