SET Commands

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.
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.

© 2021 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/set-commands/