SingleStore
-- Create a user named "secoda" with appropriate privileges that Secoda will use when connecting to your SingleStore database.
CREATE USER 'secoda'@'%' IDENTIFIED BY '<enter password here>'
GRANT SELECT, PROCESS, SHOW METADATA ON *.* TO 'secoda'@'%';


Security
Last updated
Was this helpful?