which command is used to grant all the privileges to hr user......

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ripper
    New Member
    • Oct 2009
    • 1

    which command is used to grant all the privileges to hr user......

    grant ??????????
    to hr
  • farmercn
    New Member
    • Oct 2009
    • 1

    #2
    in short, it's:
    grant all privileges to testuser;

    you can see from :

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      1.create a role
      2.grant the privileges to the role
      3. grant the role to the user.

      Comment

      Working...