Download Files
The following instructions can be used to install SingleStore Tools.
Non-privileged (non-sudo) deployment of SingleStore DB is supported as of SingleStore DB Toolbox v1.3.0.
Download the following SingleStore packages onto a device with access to the Master Aggregator.
memsql-server singlestoredb-toolbox singlestore-clientTransfer Files
-
Create a
/home/<user>/memsqldirectory on the Master Aggregator.cdmkdir memsql -
Transfer the
singlestoredb-toolbox,singlestore-client, andmemsql-serverfiles to this new/home/<user>/memsqldirectory.
Unpack Files
Perform the following steps on the Master Aggregator:
-
Change to the
/home/<user>/memsqldirectory.cd /home/<user>/memsql -
Unpack the SingleStore Tools files.
tar xzvf singlestoredb-toolbox_<version>.tar.gztar xzvf memsql-client_<version>.tar.gz