On Wed, Nov 13, 2013 at 12:44 AM, Mohd Suleman <[email protected]> wrote:
> I dont have any credit card so, i m not able to "Enable Billing" , > i want to know that whether i can connect mysql database hosted on other > provide(like dogoddy) with my Application hosted on Google App Engine. > I tried doing this i am getting message "Could not connect to SQL server" > > No, you can't connect to a mySQL DB without enabling billing. Google's own hosted SQL solution, Cloud SQL, requires billing enabled to use. In addition, you can't connect to an external SQL DB because Sockets API also requires billing to be enabled. The only way to do so would be to proxy your SQL commands through HTTP so you can use urlfetch. But to do this, you'd need to run a HTTP API over the mySQL DB. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
