MySQL GRANT Statement Syntax:
MySQL provides you with the statement that allows you to grant access privileges to database accounts.MySQL GRANT The following illustrates the GRANT statement syntax:Privileges: indicates the privileges that you assign to the account. For example, the privilege
CREATE allows an account to Create Database and Create Tables. You can grant multiple privileges using single statementGRANT; the privileges are separated by commas.
No comments:
Post a Comment