我可以在 App Engine 应用程序中使用 MySQL 数据库吗

Can I use a MySQL database with an App Engine application(我可以在 App Engine 应用程序中使用 MySQL 数据库吗)
本文介绍了我可以在 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 数据库吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)