Destination Database Setup
Grant the following privileges to non-admin or service users of the SingleStore destination database:
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP ON <database_name>.* TO <user_name>;
Refer to GRANT for more information.
To create a new user refer to CREATE USER for more information.
Last modified: September 1, 2025