mariadb grant super privilege to user code example Example: add super privilege mysql grant super on *.* to user@localhost; FLUSH PRIVILEGES;