I am new to cloud foundry service, and wondering if the community can help to answer my question.
I have a simple WordPress app pushed to Cloud Foundry cf push Wordpress which has backend MYSQL servers. I have been asked to add MYSQL as a service within Cloud Foundry, but currently this does not exist.
When i perform cf marketplace there is not an option for MYSQL.
Simply put how do i get MYSQL on Cloud Foundry for my app to use it as a service.
Thanks