Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>As <a href="https://stackoverflow.com/users/1128412/juan-enrique-mu%C3%B1oz-zolotoochin">@Juan Enrique Muñoz Zolotoochin</a> says, singe February 2015 it is now possible to manage databases using the new <a href="https://console.developers.google.com" rel="nofollow noreferrer">Developer Console</a>, making my original answer (below) obsolete.</p> <h3>New Answer</h3> <p>Open your project, expand <strong>Storage</strong> and then <strong>Cloud SQL</strong>, switch to the <strong>DATABASES</strong> tab. From there you can use the <strong>New database</strong> button to create a new database. You can also delete databases from there.</p> <h3>Original Answer (Now obsolete)</h3> <p>This has not been implemented in the new Cloud Console yet, you have to use the old api's console for this.</p> <p>To get to it first go to the Cloud SQL section of your project in the new console (where you are). Then in the bottom right there is a link "Return to original console". If you click on this you get to a slightly different control panel for Cloud SQL.</p> <p>If you then click on the instance you want to create your database on, you will get another screen that has a "SQL Prompt" tab, click on that and then you can execute raw SQL commands against it.</p> <p>UPDATE: To get to the old APIs console and prevent the redirect taking you to the new console use this link: <a href="https://code.google.com/apis/console/b/0/?noredirect" rel="nofollow noreferrer">https://code.google.com/apis/console/b/0/?noredirect</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload