Granting Privileges on the new database : Grant : Privilege MySQL TUTORIALS


MySQL TUTORIALS » Privilege » Grant »

 

Granting Privileges on the new database


Syntax:

GRANT <privileges>
ON <database>
TO <user>
[IDENTIFIED BY <password>]
[WITH GRANT OPTION]

The items in square brackets are optional.




Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Privilege
» Grant