Answers for "mysql grant all on all databases"

SQL
0

mysql grant all on all databases

GRANT ALL PRIVILEGES ON `%`.* TO '[user]'@'[hostname]' IDENTIFIED BY '[password]' WITH GRANT OPTION;
Posted by: Guest on January-21-2022

Code answers related to "mysql grant all on all databases"

Code answers related to "SQL"

Browse Popular Code Answers by Language