What is REVOKE command in PHP?

Discussion in 'Programming' started by phpdeveloperindia, May 29, 2012.

  1. #1
    What is REVOKE command in PHP?
     
    phpdeveloperindia, May 29, 2012 IP
  2. leonvictor2012

    leonvictor2012 Greenhorn

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #2
    The REVOKE statement takes away permissions already GRANTed to users..When a user account is set up in SQL, in order for it to be able to do anything with the database, it must have permissions. These are given through the GRANT statement. However, there are times when the administrator will want to take some or all of those permissions away.
     
    leonvictor2012, May 30, 2012 IP