Database
Advanced Database Instance Management
In this section, we will describe some advanced Database Instance management functions.
Attach Configuration Group
A configuration group is used to apply database parameters. In this exercise, we are going to attach a configuration group to a database instance.
- Navigate to the
Project
/Database
/Configuration Groups
page - Click the
Create Configuration Group
button to start the Create Configuration Group Dialog - Enter
tutorial_mysql
inName
field. Select your MySQL datastore version in the theDatastore
drop down list. - Click the
Create Configuration Group
button. - Once the configuration group is created. Click the
tutorial_mysql
name. - In the configuration group details page, click the
Add Parameter
button. - Select
auto_increment_increment
in the ‘Name’ drop down list and enter 10 in theValue
field. - Click the ‘Add Parameter’ button and you should see
auto_increment_increment
is listed in theConfiguration Group Detail
page. - Navigate to the
Project
/Database
/Instances
page. Click theAttach Configuration Group
from the actions list of yourtutorial
instance. - In the
Attach Configuration Group
dialog, selecttutorial_mysql
from theConfiguration Group
drop down list. Note: it may be necessary to restart the database instance for this new configuration group to take effect.
Enable Database Root Access
By default, your database has no root access. In this exercise, we are going to enable root access.
- Navigate to the
Project
/Database
/Instances
page and clickManage Root Access
from the actions list of yourtutorial
instance. - Click the
Enable Root
button. A new root password will be generated.