All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
In case you wish to configure an external database you will need to create it before connecting bamboo to it.
mysql> create database bamboodb character set utf8; mysql> grant all privileges on bamboodb.* TO 'bamboouser'@'localhost' IDENTIFIED BY 'password'; mysql> flush privileges; mysql> quit
T.B.C.
T.B.C.