Quantcast
Channel: SQL Server High Availability and Disaster Recovery forum
Viewing all articles
Browse latest Browse all 4532

MYSQL: Getting error in RESTORE command. Error Code 1677: Could not restore table

$
0
0
Getting error in RESTORE command. 

I found that in new MySQL server version, there is option RESTORE to create database and load data from image file which is created by BACKUP DATABASE command. 

So instead of old backup & restore process using .sql file I want to use new commands. 

I have taken backup of my database using below command. 

mysql>BACKUP DATABASE <DatabaseName> TO 'BackupFileName.xyz' 

And then try to restore using below command. 

mysql>RESTORE FROM 'BackupFileName.xyz' 

But I'm getting error "Could not restore table 'DatabaseName'.'TableName' and the Error Code is 1677 

Also gone thru D.7. Restrictions on BACKUP DATABASE and RESTORE topic but couldn't find any solution. 

Please provide inputs for the same.

Viewing all articles
Browse latest Browse all 4532

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>