Skip to content

A simple example of how to use Bluemix PHP Buildpack and MySQL to perform basic create, read, update, delete operations

License

Notifications You must be signed in to change notification settings

osipov/bluemix-mysql-php-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#MySQL Relational Database

PHP developer's default choice for a relational database, MySQL needs no introduction. With Bluemix, you can easily get a MySQL database with up to 10MB storage and up to 10 connections.

To try the sample MySQL application, change directory to bluemix-mysql-php-sample and then deploy to Bluemix by executing the following commands:

cf login
cf create-service mysql 100 mySql
cf push

After the commands complete successfully, look for the console output specifying the application URL. It should look something like:

usage: 128M x 1 instances
urls: mysql-random-word.mybluemix.net

Open your favorite browser using the URL ending with mybluemix.net (such as mysql-random-word.mybluemix.net in the example above) from the console output to access the application.

About

A simple example of how to use Bluemix PHP Buildpack and MySQL to perform basic create, read, update, delete operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages