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 数据库吗
基础教程推荐
- SQL Server 2016更改对象所有者 2022-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01
- Sql Server 字符串到日期的转换 2021-01-01