Answers for "how to grant all privileges to user in sqlplus"

SQL
-1

grant user all privileges

mysql> GRANT ALL PRIVILEGES ON database_name.* TO 'username'@'localhost';
Posted by: Guest on September-11-2020
0

how to grant all privileges to user in sqlplus

GRANT ALL PRIVILEGES TO username;
Posted by: Guest on April-21-2022

Code answers related to "how to grant all privileges to user in sqlplus"

Code answers related to "SQL"

Browse Popular Code Answers by Language