Outdated Version

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

Install MemSQL Tools min read


The following instructions can be used to install MemSQL tools.

Non-privileged (non-sudo) deployment of MemSQL is supported as of MemSQL Toolbox v1.3.0.

Download Files

Download the following MemSQL packages onto a device with access to the Master Aggregator.

memsql-server memsql-toolbox memsql-client

Transfer Files

  1. Create a /home/<user>/memsql directory on the Master Aggregator.

    cd
    
    mkdir memsql
    
  2. Transfer the memsql-toolbox, memsql-client, and memsql-server files to this new /home/<user>/memsql directory.

Unpack Files

Perform the following steps on the Master Aggregator:

  1. Change to the /home/<user>/memsql directory.

    cd /home/<user>/memsql
    
  2. Unpack the MemSQL Tools files.

    tar xzvf memsql-toolbox_<version>.tar.gz
    
    tar xzvf memsql-client_<version>.tar.gz