The Oracle VM Manager installer
performs an installation of the MySQL database. Database files are
located at /u01/app/oracle/mysql/data
. A
standard init script is created at:
/etc/init.d/ovmm_mysql
. This script can be
used to start, stop, restart and obtain the status of the MySQL
server, for example:
# /etc/init.d/ovmm_mysql restart
Configuration for the Oracle VM Manager MySQL instance is contained in
/u01/app/oracle/mysql/data/my.cnf
.
Editing this configuration file may break your Oracle VM Manager installation. Do not edit it without instruction from an Oracle Support representative.
MySQL events are logged in a log file located at
/u01/app/oracle/mysql/data/mysqld.err
.