Native MySQL on Google Cloud
Written by Kay Ewbank   
Monday, 04 November 2013

Google is adding support for native MySQL connections to its Cloud SQL managed MySQL database, opening the possibility of using your own apps with it.

googlecloudsql

Google Cloud SQL is a fully managed MySQL service hosted on Google Cloud Platform, and it will now support the MySQL Wire Protocol, the standard connection protocol for MySQL.

According to the blog post, this means you will be able to host a MySQL database in Cloud SQL, and access it from ‘just about any application, running anywhere’'.

The ‘just about’ implies there are restrictions, but these haven’t been specified so far as we can tell.

The support means MySQL developers who have apps that use Connector/J , Connector/ODBC and Connector/.NET drivers can use the apps without modification to access databases in Cloud SQL.

The new support also means you can use third-party database tools such as Toad or MySQL Workbench to manage and work with the databases.

The support for native MySQL connections makes it easier to take an existing app and migrate it to run on the Cloud SQL service. It also enables replication to external MySQL databases for low latency connections. The blog also points out that native connectivity means you can use DBMoto from HiTSW to replicate data between Cloud SQL and on-premise databases -- including Oracle, SQL Server, and DB2, and that you can use DBShards from CodeFutures to manage sharding across Cloud SQL instances, and migrate on- and off-cloud with no downtime.

googlecloudsql

 

More Information

Google Cloud SQL

Google Cloud Platform Blog

Related Articles

Google Cloud SQL API

Google Cloud Developer Challenge 2013

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

kotlin book

 

Comments




or email your comment to: comments@i-programmer.info

 

Banner


MySQL 9 Adds Support For JavaScript Stored Procedures
11/07/2024

Oracle has announced that support for JavaScript functions and stored procedures has been added to the MySQL database server. The enhancements were added to MySQL 9, an 'innovation release', whic [ ... ]



Pgextensions Index For PostgreSQL
22/07/2024

pgextensions.org by DataCloudGaze is an online index of all PostgreSQL extensions that are available on all Cloud providers' managed instances. Why is that useful?


More News

Last Updated ( Monday, 04 November 2013 )