mysql - An LCFG component for the MySQL database
This component starts, stops and manages the MySQL database system.
The first time it is a run on a given host, it generates an empty database, and sets up a password protected root account. It is recommended that tools which need root access to the database issue their commands using 'om mysql runcommand sql command'
This dumps a complete copy of the database to the file given in file
This runs the commands given on STDIN as the root user, against the 'mysql' database
The directory that the databases will be stored in (mysql's datadir directive)
The location of the Unix socket the server will listen on (the socket directive)
The user that the server will run as
The path of the mysql installation directory (the basedir option)
Set this to a non-zero value to disable network access to the database (the skip-networking directive)
A boolean, ie yes|no true|false. The default is false. If it is true it starts the daemon with the --skip-innodb option.
A space seperated list of program variables to set
Set variable var to the given value.
A list of variables names which can't be on the LHS of an LCFG statement, e.g
!mysql.variables mSET(havessl)
mysql.varname_havessl have_ssl
mysql.variable_havessl yes
Simon Wilkinson <simon@sxw.org.uk>
Neil Brown <Neil.Brown@ed.ac.uk>