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
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