do I need to specify the password to a user every time i grant that user privileges 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';