ALTER USER
This page is part of MariaDB's MariaDB Documentation.
The parent of this page is: SQL Statements for MariaDB Xpand
Topics on this page:
Overview
Modifies user characteristics, including changing and setting account authentication, TLS restrictions, and password expiration.
DETAILS
MariaDB Xpand's ALTER USER
statement has some differences from MariaDB Enterprise Server:
The user account can't be specified using
CURRENT_USER
,CURRENT_USER()
, orSESSION_USER()
TLS options specified with
REQUIRE ..
are ignoredThe following resource limit options are not supported and cause a syntax error to be raised:
MAX_QUERIES_PER_HOUR
MAX_UPDATES_PER_HOUR
MAX_CONNECTIONS_PER_HOUR
MAX_USER_CONNECTIONS