Install Studio without root access

We have installed the Studio is Tar file and but we are not able to start the Studio Service. Looks like it requires root/sudo access to start the service? is this correct? is there any option/way to install & use where there is no root access

From the link it is referring as sudo access required

Hi
I see no responses from MemSQL on this thread, do we need to assume that root access is mandatory to install/use MemSQL Studio

tagging @memsqlpubs

Using root/sudo is the easiest way to run MemSQL Studio, but it is not required. From your installation directory, you can run ./memsql-studio to start it as your current user. To run Studio as a systemd service, install a service file similar to this example, replacing /path/to/memsql-studio with the absolute path to your memsql-studio binary:

[Unit]
Description=MemSQL Studio
Documentation=https://docs.memsql.com/studio-redir/systemd

[Service]
ExecStart=/path/to/memsql-studio
Restart=on-failure

[Install]
WantedBy=multi-user.target
3 Likes

@madhusudhana_podila As part of some housekeeping, I’m going to move this question over to the MemSQL Studio category.

1 Like