GRANT ALL PRIVILEGES ON *.* TO 'testUser'@'%' IDENTIFIED BY 'testUser';golang mysql code example
Example: mysql grant grant option
GRANT ALL ON *.* TO 'user'@'localhost';
GRANT GRANT OPTION ON *.* TO 'user'@'localhost';
GRANT ALL ON *.* TO 'user'@'localhost';
GRANT GRANT OPTION ON *.* TO 'user'@'localhost';