Answers for "do I need to specify the password to a user every time i grant that user privileges mysql"

SQL
0

mysql grant grant option

GRANT ALL ON *.* TO 'user'@'localhost';

GRANT GRANT OPTION ON *.* TO 'user'@'localhost';
Posted by: Guest on May-29-2020

Code answers related to "do I need to specify the password to a user every time i grant that user privileges mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language