App Engine and MySQL -


I just want to ask if we can access an external MySQL server from Google App Engine ...

The only way to communicate with other hosts is to provide HTTP and HTTPS requests only.
So, you're not out of the box.

However, if you really need access to an external MySQL server database, you'll need it for the web API (for example, grief, soap Web-services) should be considered. This way your data will also be available via URLFET


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -