I've got MySQL working locally in GAE, but since GAE doesn't write to the file system, it can't touch /databases. Am I doing something wrong? Has anyone actually gotten GAE working with MySQL locally? I can't find a single tutorial related to this. If someone shows me this last step, I can put together a tutorial from fresh OSX install to fully-functional web dev environment with web2py on GAE in a Virtualbox VM (a tutorial web2py desperately needs). I already have all the steps in an Evernote, just need to figure this last part out.
I even tried putting "folder='/home/www-data/web2py...'" in my DAL connection string, but nothing gets written in the /databases folder still. GAE does all the MySQL creation and then hits me with a corrupted *.table error the first time I refresh because nothing is written in /databases. Can I write the databases to memcache or datastore somehow? How is GAE handling this on the server side without errors? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

