gpt4 book ai didi

mysql - 如果数据库移动到另一台服务器,sql View 会发生什么

转载 作者:行者123 更新时间:2023-11-28 23:58:26 26 4
gpt4 key购买 nike

我已经在当前数据库中创建了一个 View 。但是现在我正在将数据库移动到另一台服务器。通常我会处理垃圾,但不确定 View 。

当我导入转储并按照 View 工作时,它们会出现吗?或者我需要重新创建 View 吗?

最佳答案

您使用 mysqldump 创建的转储将包含 CREATE VIEW 语句。

MySQL documentation说:

mysqldump requires at least the SELECT privilege for dumped tables, SHOW VIEW for dumped views, TRIGGER for dumped triggers, and LOCK TABLES if the --single-transaction option is not used. Certain options might require other privileges as noted in the option descriptions.

关于mysql - 如果数据库移动到另一台服务器,sql View 会发生什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30801919/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com