Important
New database features are no longer connected to engine versions; features are now enabled independently during scheduled update windows, and “major” and “minor” releases no longer exist in Helios. Please visit the release notes to view the latest features available in your database clusters.
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, ALTER 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: