# HG changeset patch # User Marian Marinov <[email protected]> # Date 1268824675 -7200 # Branch mysql-ms # Node ID 94532073f46a421cf6ee753ee3d7013b9860ab61 # Parent 207cd11a968a40381509d0ab14bb242f7e051c09 Low: RA: mysql: added note for .my.cnf in the metadata
Added note for the root password in the metadata diff -r 207cd11a968a -r 94532073f46a heartbeat/mysql --- a/heartbeat/mysql Wed Mar 17 12:46:27 2010 +0200 +++ b/heartbeat/mysql Wed Mar 17 13:17:55 2010 +0200 @@ -133,6 +133,10 @@ <longdesc lang="en"> Resource script for MySQL. It manages a MySQL Database instance as an HA resource. +Note: if you use this RA for a MS resource you have to have +the root password for your mysql configured in /root/.my.cnf. +This is required, since this is the best secure way of supplying +the root password to the mysql cli. </longdesc> <shortdesc lang="en">Manages a MySQL database instance</shortdesc> _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
