On Cloudcontrol, I have added the MySQLs Add-on to my application. I can connect to the DB from my code (i am using the Yii framework). Now I want to create tables in my database, how can I achieve that? The credentials of the database are all known.
So far, I could use cctrlapp to connect to my app:
cctrlapp myapp/default run bash
Then I tried:
mysql
the server said: command not found.
From bash, I tried to SSH to MYSQLS_HOSTNAME providing MYSQLS_USERNAME, no result.
Any suggestions?