Wednesday, November 5, 2014

Administering mysql on bluemix

Administering mysql in bluemix
1. Using jazz devop services, login to
https://hub.jazz.net/

2. Clone the phpadmin
https://hub.jazz.net/project/rbelavad/phpmyadmin

3. Add the mbstring.so extension to php. Otherwise it gives error.

4. Bind the phpadmin to mysql instance

5. To check the php errors
cf logs <app_name> --recent 

6. Use the databasename, userid, password of mysql database to administer mysql database.

 

No comments:

Post a Comment