SingleStore
This page describes how to configure SingleStore credentials for use by Census and why those permissions are needed.
Required Permissions
-- Create census user the ability to sign in with a password
CREATE USER CENSUS IDENTIFIED BY '<strong, unique password>';
-- GRANT read-only access to which ever schemas you'd like to give access to
GRANT SELECT ON <your schema>.* TO CENSUS;Notes
Advanced Network Configuration
Need help connecting to SingleStore?
Last updated
Was this helpful?
