Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 还原数据能指定库名吗?看文档只能将数据恢复到同名的数据库
The image you provided is not visible. Please provide the text you need translated.
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 还原数据能指定库名吗?看文档只能将数据恢复到同名的数据库
The image you provided is not visible. Please provide the text you need translated.
Physical backup recovery can only restore to the original database name. After recovery, you can use “rename table a.a to b.a” to move the table to the desired database.
Logical restoration provides room for operation, physical backup does not.
Yes, it can only be restored to an empty database with the same name.
Yes, it can only be restored to a database with the same name. I’ve seen many people fall into this trap before, so I specifically added a “Note” section in the documentation.
This topic will be automatically closed 60 days after the last reply. No new replies are allowed.