How to grant privileges to an mysql user by using php

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mehtab
    New Member
    • Nov 2008
    • 2

    How to grant privileges to an mysql user by using php

    How to grant privileges to a mysql user by using php.
    If any one have knowledge about the privileges then please help me!
    Thank
    Best regard
  • pbmods
    Recognized Expert Expert
    • Apr 2007
    • 5821

    #2
    Heya, mehtab.

    Use the MySQL GRANT statement (http://dev.mysql.com/doc/refman/5.0/en/grant.html).

    Comment

    Working...