

- #CONNECT CLEARDB MYSQL SEQUEL PRO FOR FREE#
- #CONNECT CLEARDB MYSQL SEQUEL PRO HOW TO#
- #CONNECT CLEARDB MYSQL SEQUEL PRO INSTALL#
- #CONNECT CLEARDB MYSQL SEQUEL PRO CODE#
In order to keep things simpler, I decided to go with loading the source code from my computer (covered in the next section). This was where I needed to make a decision – whether to load the source code from my computer file-system or link this app with my GitHub account. Bluemix had started the PHP engine with a piece of starter code, which could be accessed by following the little link on the top. So I added an extra “o” to it – “Tallyhoo”.Īs I continued, I found my application running. Hang on, I already had an app called “Tallyho”, Bluemix would not allow another one with the same name. How about a nice name for the app? I picked “Tallyho” because that is what I call my app (Check out tallyho.in). I guess I could have selected the “I Have Code Already” option and might had to figure out a way to associate the language-framework with the code. Good that IBM is including more popular choices. I definitely remember that PHP was not there. A few months back, there were only a few options. You will notice that this bit works like a typical “Setup-Wizard”:Īs you can see now, I had several choices in terms of programming language and framework. In the next screen below, I selected the type of app. In order to create an app, I picked the option CREATE AN APP above.


If you need something out-of-the-world then you might have to kick-off a virtual machine and take care of installing components one by one.

I just wanted a PHP engine and a database, which come ready-made. I did not need a container or virtual machine for the services I needed.
#CONNECT CLEARDB MYSQL SEQUEL PRO HOW TO#
Take no notice of those, because I am going to show you how to create them. I had one CF (Cloud Foundry) app running along with MySQL service. The left side column menu shows the applications and services currently running on my account. As I logged on, I landed on the dashboard or the console page. Bluemix services that come with a new IBM id, have certain threshold levels up to which they are free.
#CONNECT CLEARDB MYSQL SEQUEL PRO FOR FREE#
An IBM id can be obtained for free by following the “Sign up” link on the same page. I had earlier signed up so I was ready with my log in credentials. I could access my Bluemix account by using the link and by selecting the Log-in link. Load the application source code to its web folder.Create app specific data model in the database.Modify app configuration with the Instantiating Credentials.Start a MySQL database service and link it to the PHP engine.
#CONNECT CLEARDB MYSQL SEQUEL PRO INSTALL#
