Updated in line with changes made to the code by Vilho
This commit is contained in:
14
README
14
README
@ -66,9 +66,15 @@ modules it will search using a predescribed search path. The rules are:
|
|||||||
|
|
||||||
3. Look in /usr/local/skysql/MaxScale/modules
|
3. Look in /usr/local/skysql/MaxScale/modules
|
||||||
|
|
||||||
Configuration is read by default from the file $MAXSCALE_HOME/etc/MaxScale.cnf,
|
Configuration is read by default from the file
|
||||||
/etc/MaxScale.cnf, an example file is included in the root of the source tree. The
|
$MAXSCALE_HOME/etc/MaxScale.cnf, /etc/MaxScale.cnf, an example file
|
||||||
default location can be overriden by use of the -c flag on the command line. This
|
is included in the root of the source tree. The default value of
|
||||||
should be immediately followed by the path to the configuration file.
|
MAXSCALE_HOME can be overriden by use of the -c flag on the command
|
||||||
|
line. This should be immediately followed by the path to the MaxScale
|
||||||
|
home directory.
|
||||||
|
|
||||||
|
The -f flag can be used to set the name of the configuration file
|
||||||
|
to read in place of the one in the MaxScale home directory. Merely
|
||||||
|
pass the name of the file to read followinf the -f flag.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user