Outdated Version

You are viewing an older version of this section. View current production version.

memsql.cnf

The memsql.cnf file stores engine variables whose values are loaded when a node starts. This file is a compatible extension of MySQL’s my.cnf file.

Remarks

This file is usually located in a MemSQL node’s base directory, /var/lib/memsql/<unique_ID>/memsql.cnf.

To determine memsql.cnf's path on a node:

If you receive an error that memsql.cnf is missing, make sure the permissions are set correctly for this file. By default, the memsql user must have access to it.

Alert

You should not update the memsql.cnf file directly. Instead, use the methods described in the engine variables overview to set engine variables whose values you want to be loaded when a node starts.