# Destination Database Setup

Grant the following privileges to non-admin or service users of the SingleStore destination database:

```sql
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER ON <database_name>.* TO <user_name>;
```

Refer to [GRANT](https://docs.singlestore.com/db/v9.1/reference/sql-reference/security-management-commands/grant.md) for more information.

To create a new user refer to [CREATE USER](https://docs.singlestore.com/db/v9.1/reference/sql-reference/security-management-commands/create-user.md) for more information.

***

Modified at: November 21, 2025

Source: [/db/v9.1/load-data/load-data-with-singlestore-flow-on-helios/singlestore-ingest/destination-database-setup/](https://docs.singlestore.com/db/v9.1/load-data/load-data-with-singlestore-flow-on-helios/singlestore-ingest/destination-database-setup/)

(An index of the documentation is available at /llms.txt)
