I'm trying to execute:
GRANT SYSTEM VARIABLES ADMIN on *.* TO thomas;
on MariaDB 10.5
, but it fails with:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'VARIABLES ADMIN ON . to thomas' at line 1
Looking at the docs seems to validate it looks correct: https://mariadb.com/docs/skysql-dbaas/ref/xpand/privileges/SYSTEM_VARIABLES_ADMIN/
Testing on local MariaDB and remote cloud hosted.