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