【问题标题】:Cannot Upgrade Google Cloud SQL to Second Generation无法将 Google Cloud SQL 升级到第二代
【发布时间】:2019-07-12 17:33:51
【问题描述】:

我无法使用控制台中的 MySQL 第二代升级向导将第一代 Google Cloud 实例升级到第二代实例。 在检查配置屏幕期间,我收到 Tables that use the MEMORY storage engine found 错误,因此我无法继续进行,如屏幕截图所示 根据Upgrading a First Generation instance to Second Generation 的文档,我已经使用文档中提到的查询进行了验证。

SELECT table_schema, table_name, table_type
   FROM information_schema.tables
   WHERE engine = 'MEMORY' AND
   table_schema NOT IN
   ('mysql','information_schema','performance_schema');

但使用如下所示的 MEMORY 存储引擎发现没有表

【问题讨论】:

    标签: google-cloud-platform google-cloud-sql


    【解决方案1】:

    我设法解决了错误并继续升级。在开始升级过程之前,我必须从 performance_schema 数据库中删除一个未使用 PERFORMANCE_SCHEMA 存储引擎的表。似乎 Google Cloud 控制台出现了一个无关错误

    【讨论】:

      猜你喜欢
      • 2016-04-28
      • 2020-07-19
      • 1970-01-01
      • 2017-02-09
      • 1970-01-01
      • 2017-10-20
      • 1970-01-01
      • 2016-10-05
      • 1970-01-01
      相关资源
      最近更新 更多