Title | Description |
---|---|
SET | Set a variable value. |
SET CHARACTER SET | Maps all strings sent between the current client and the server with the given mapping. |
SET GLOBAL SQL_SLAVE_SKIP_COUNTER | Skips a number of events from the master. |
SET NAMES | The character set used to send statements to the server, and results back to the client. |
SET PASSWORD | Assign password to an existing MariaDB user. |
SET ROLE | Enable a role. |
SET SQL_LOG_BIN | Set binary logging for the current connection |
SET STATEMENT | Set variable values on a per-query basis |
SET TRANSACTION | Sets the transaction isolation level. |
SET Variable | Used to insert a value into a variable with a code block. |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/set-commands/