Back to the main page

OCI MySQL database service (with Observium example)

Intro

Here, we'll configure Observium application to use MySQL OCI Database Service. Historically, in most cases, Observium uses MySQL server installed on the same host.

Create MySQL DB service

Observium host

Observium can run on on-prem host or on OCI compute, in this demo we use OCI compute.

Verify connection to MySQL service

Connect with MySQL Shell

Connect with MySQL client

Observium configuration to use MySQL DB service

We have OCI compute, with installed Apache and Observium PHP code. Next is MySQL configuration.

Backup

Restore



Back to the main page