SET Statements
Assign values to system variables. Learn to use the SET statement to configure GLOBAL and SESSION variables for tuning server behavior.
Last updated
Was this helpful?
Assign values to system variables. Learn to use the SET statement to configure GLOBAL and SESSION variables for tuning server behavior.
Assign values to different types of variables. Learn the syntax for setting user-defined variables, system variables, and stored program variables.
Map strings to a specific character set. This command updates the character set for the client, results, and connection to ensure correct data encoding.
SET GLOBAL sql_slave_skip_counter skips the next N events from the primary to recover from replication stops, and is valid only while the replica threads are stopped.
Configure the character set and collation for the current connection. This ensures the server correctly interprets data sent by the client application.
Complete reference for SET PASSWORD in MariaDB. Complete syntax guide with all options, clauses, and practical examples with comprehensive examples and best.
SET PATH sets the list of schemas MariaDB searches when invoking stored routines and packages, available from MariaDB 12.3 via the @@path system variable.
Enable or disable binary logging for the current session. This statement allows administrators to perform operations without replicating them to replicas.
Sets the current role for the session. Learn how to enable none, or a specific role to change your current privileges dynamically.
Set a system variable for the duration of a single query. This statement allows temporary configuration changes that apply only to the immediate statement.
Define isolation levels and access modes for transactions. Learn to configure the behavior of the next transaction or the entire session for data consistency.
Assign values to user-defined variables. This guide explains how to store data in session-specific variables for reuse in subsequent SQL statements.
Last updated
Was this helpful?
Was this helpful?

