Hi there! Unfortunately, you cannot currently create a CloudSQL instance separate from a project itself, though what you can do is create a new instance <https://cloud.google.com/sql/docs/create-instance> within one of those projects, name it testdb as you mentioned, and work from there (so long as your application doesn't interact with it programmatically, it will be self-contained).
You can also create a whole new project just for that instance if you really wanted, as it doesn't need an application tied to it, it just needs to exist. Cheers! On Wednesday, June 24, 2015 at 12:25:38 PM UTC-4, [email protected] wrote: > > I have 7 to 8 projects on google app engine, that my whole team works on , > and now we have decided to create a test database, so their is a way to > create this database instance , and name it testdb, because the only way i > found out to create a instance is vis a application and going to sql cloud > and then creating a new instance , but in that case the name if database > instance is linked with project name . > > > > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/e7976e2a-fcc4-4168-8b7f-ca557c590b4b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
