Creating a database console application
Before you can create a service, you have to create an application that uses the service. If you're working with databases, one application that is convenient is a database console. The AppFog provides just what we need as a preconfigured application, so that's what we'll use. To do this, we'll use the AppFog console, just as we did in Chapter 1, Getting Started with AppFog. Perform the following steps for the same:
Point your browser at the AppFog console at https://console.appfog.com.
Click on Create App at the top of the page. The New Apps page appears.
Click on the button for phpMyAdmin.
Click on one of the supported infrastructure buttons, like in Chapter 1, Getting Started with AppFog.
Enter an application name under Choose a subdomain. For this example, I am going to use
insideaf-admin
as the name.Click on Create App. After a delay while the application is created, the application control panel appears.
Before we can start to work with this application...