IBM-Cloud / php-mysql

Simple PHP application to demonstrate connecting and interacting with a MySQL service on Bluemix
http://php-mysql.mybluemix.net/
Apache License 2.0
12 stars 60 forks source link

Overview

This simple PHP application demonstrates how to connect to a MySQL service on Bluemix. This application allows the user to create a new table, and enter records into the database using the UI.

Running the app on Bluemix

Deploy to Bluemix

The above button will deploy this application to your Bluemix by reading the manifest.yml file. This file describes the application to Bluemix, and also declares any necessary services (mysql).