Hi,
Use the sudo command to switch to dataiku user.
sudo su - dataiku
If you are root and want to perform operations on DSS, you can simply impersonate the dataiku user using the su command (documentation😞
# whoami
root
# su - dataiku
$ whoami
dataiku
You can then stop dss, download the mysql driver, etc.