The MemSQL Ops do not have set the login credential by default and it's open can access. The MemSQL comes with an enhanced superuser account that locks down read and write access Superusers can be set with the below command,
# memsql-ops superuser-add --password 'password' username
You will get output definitely like,
Successfully added superuser
Comments (0)