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