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.