Can I use a MySQL database with an App Engine application(我可以在 App Engine 应用程序中使用 MySQL 数据库吗)
问题描述
我知道 App Engine 有自己的数据存储区.这对大多数情况来说都很好,而且相当容易使用.但是,我们有一个用于多个应用程序的 MySQL 数据库,并非所有应用程序都是基于 Web 的.我们出于多种原因想要使用 App Engine,但希望 App Engine 应用程序访问我们的 MySQL 数据库.我找到的文档没有明确说明我是否可以这样做.有没有人做过或者有说明如何做的文档的指针?
I know that App Engine has its own datastore. This is great for most cases and fairly easy to used. However, we have a MySQL database that we use for several applications and not all of them are Web based. We want to use App Engine for many reasons, but would like to have the App Engine application access our MySQL database. The documentation I've found doesn't clearly state whether I can do this or not. Has anyone done it or have pointers to documents that show how to do it?
推荐答案
Google 最近宣布在 GAE 中支持 Cloud SQL - http://googleappengine.blogspot.com/2011/10/google-cloud-sql-your-database-in-cloud.html
Google recently announced support for Cloud SQL in GAE - http://googleappengine.blogspot.com/2011/10/google-cloud-sql-your-database-in-cloud.html
这篇关于我可以在 App Engine 应用程序中使用 MySQL 数据库吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我可以在 App Engine 应用程序中使用 MySQL 数据库吗


- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 更改自动增量起始编号? 2021-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- SQL 临时表问题 2022-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01