简体   繁体   English

谷歌云控制台(Appengine)中的 Mysql 实例崩溃

[英]Mysql instance in google cloud console (Appengine) crashed

I have a sql database on google cloud console it stopped working suddenly.我在谷歌云控制台上有一个 sql 数据库,它突然停止工作。 I am not able to start, stop or restart my instance.我无法启动、停止或重新启动我的实例。 I could not restore backup from the instance.我无法从实例恢复备份。 My crash log says我的崩溃日志说

insertId: "s=xxxxxx"  
 logName: "projects/xxxxxxxx/logs/cloudsql.googleapis.com%2Fmysql.err"  
 receiveTimestamp: "2019-11-19T09:45:40.414048508Z"  
 resource: {
  labels: {
   database_id: "xxxxxxxxxx"    
   project_id: "xxxxx"    
   region: "xxxxxx"    
  }
  type: "cloudsql_database"   
 }
 severity: "ERROR"  
 textPayload: "InnoDB: Progress in percent: 0 1 2 3 4 5 6 7 8 9 10 11 2019-11-19T09:45:39.080501Z 0 [ERROR] InnoDB: Trying to access page number 11 in space 5412, space name billing/with_state_1, which is outside the tablespace bounds. Byte offset 0, len 16384, i/o type read. If you get this error at mysqld startup, please check that your my.cnf matches the ibdata files that you have in the MySQL server."  
 timestamp: "2019-11-19T09:45:39.080618Z" 

How could I get the mysql dump file or how to restart the instance.如何获取 mysql 转储文件或如何重新启动实例。 Please give me solution.请给我解决方案。 Thanks in advance.提前致谢。

In order to have proper help with this kind of issue please open an issue with the Google Cloud Platform team with the title "Cloud SQL instance hangs and won't restart".为了获得此类问题的适当帮助,请向 Google Cloud Platform 团队提出问题,标题为“Cloud SQL 实例挂起并且不会重新启动”。 After creating the issue in the platform a Google Engineer will help you.在平台中创建问题后,Google 工程师将帮助您。

Add in the body of the issue your project Id and the name of the Cloud SQL instance.在问题正文中添加您的项目 ID 和 Cloud SQL 实例的名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AppEngine 在尝试连接到 Google Cloud MySql 实例时出现“通信链路故障”错误 - AppEngine gets “Communication link failure” error while trying to connect to Google Cloud MySql instance 在Java Appengine开发过程中使用Google Cloud SQL(而不是本地MySQL实例) - Using Google Cloud SQL during Java appengine development (instead of local MySQL instance) 从 Google AppEngine Standard 连接到 Google Cloud SQL 实例时出错(使用 NodeJS) - Error connecting from Google AppEngine Standard to Google Cloud SQL instance (Using NodeJS) Mysql 谷歌云中的实例 - 通信链路故障 - Mysql Instance in google cloud - Communications link failure Google Cloud MySQL第2代与使用MySQL的计算实例 - Google Cloud MySQL 2nd Generation vs Compute Instance with MySQL 使用Spring Hibernate的Google Appengine Cloud SQL问题 - Google Appengine Cloud SQL issue with Spring Hibernate 如何将用户定义的函数上传到Google Cloud MySQL实例 - How to upload user defined function to Google cloud MySQL instance MySQL 连接到谷歌云 SQL 实例语法错误 - MySQL connect to Google Cloud SQL instance syntax error 从本地运行的 NodeJS / TypeORM 连接到 Google Cloud MySQL 实例 - Connect to Google Cloud MySQL instance from local running NodeJS / TypeORM 从外部Mysql主机复制Google Cloud实例 - Replicating a Google Cloud Instance from an External Mysql Master
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM