Grant all privileges of database to a user


  • Query
    • grant all privileges on publisher.* to gaurav@localhost identified by 'sqlimplant'
  • Here publisher is database name
  • 'gaurav' is user name
  • 'sqlimplant' is the password

Comments

Popular posts from this blog