ocf:mysql — MySQL resource agent
[OCF_RESKEY_binary=string] [OCF_RESKEY_config=string] [OCF_RESKEY_datadir=string] [OCF_RESKEY_user=string] [OCF_RESKEY_group=string] [OCF_RESKEY_log=string] [OCF_RESKEY_pid=string] [OCF_RESKEY_socket=string] [OCF_RESKEY_test_table=string] [OCF_RESKEY_test_user=string] [OCF_RESKEY_test_passwd=string] [OCF_RESKEY_enable_creation=integer] [OCF_RESKEY_additional_parameters=integer] mysql [start | stop | status | monitor | validate-all | meta-data]
Location of the MySQL binary
Configuration file
Directory containing databases
User running MySQL daemon
Group running MySQL daemon (for logfile and directory permissions)
The logfile to be used for mysqld.
The pidfile to be used for mysqld.
The socket to be used for mysqld.
Table to be tested in monitor statement (in database.table notation)
MySQL test user
MySQL test user password
If the MySQL database does not exist, it will be created
Additional parameters which are passed to the mysqld on startup. (e.g. --skip-external-locking or --skip-grant-tables)