tldr/pages/common/doctl-databases-sql-mode.md

17 lines
578 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# doctl databases sql-mode
> View and configure a MySQL database clusters global SQL modes.
> More information: <https://docs.digitalocean.com/reference/doctl/reference/databases/sql-mode/>.
- Run a `doctl databases sql-mode` command with an access token:
`doctl databases sql-mode {{command}} --access-token {{access_token}}`
- Get a MySQL database cluster's SQL modes:
`doctl databases sql-mode get {{database_id}}`
- Overwrite a MySQL database cluster's SQL modes to the specified modes:
`doctl databases sql-mode set {{database_id}} {{sql_mode_1 sql_mode_2 ...}}`