MEMSQL-PATH
On this page
Print the path to the MEMSQL_
In the typical case, the path of any SingleStoreDB home directory will be somewhere in /var/lib/memsql/<role-port-id>
, for example: /var/lib/memsql/master-3306-MI5aded92f
.
Usage
usage: memsql-ops memsql-path [--settings-file SETTINGS_FILE] [--no-prompt][memsql_id]Get the directory where a given SingleStoreDB node is installed.positional arguments:memsql_id The ID of the SingleStoreDB node. If this is not specifiedand there is exactly one SingleStoreDB node on this machine,we will use that SingleStoreDB node automatically.optional arguments:--settings-file SETTINGS_FILEA path to a MemSQL Ops settings.conf file. If not set,we will use the file in the same directory as theMemSQL Ops binary.--no-prompt Skip interactive prompts if ID is not provided. Thisshould be used for non-interactive scripts andautomation.
Last modified: April 25, 2023