What is grant option in MySQL?


The WITH GRANT OPTION clause gives the user the ability to give to other users any privileges the user has at the specified privilege level. To grant the GRANT OPTION privilege to an account without otherwise changing its privileges, do this: GRANT USAGE ON *.The GRANT OPTION privilege allows a user to pass on any privileges she has to other users. Consider an example, which we’ve run when connected to the monitor as the root user: mysql> GRANT ALL ON music.* TO ‘hugh’@’localhost’; Query OK, 0 rows affected (0.00 sec) mysql> GRANT GRANT OPTION ON music.*

What is grant option?

The WITH GRANT OPTION keywords convey the privilege or role to a user with the right to grant the same privileges or role to other users. You create a chain of privileges that begins with you and extends to user as well as to whomever user subsequently conveys the right to grant privileges.

How do I grant access to MySQL?

To GRANT ALL privileges to a user , allowing that user full control over a specific database , use the following syntax: mysql> GRANT ALL PRIVILEGES ON database_name. * TO ‘username’@’localhost’;

Related Posts

Is Zenitsu the Thunder God?

Seventh Style – Flaming Thunder God: This is the seventh form that Zenitsu created himself. The user creates a dragon-like creature emitting fire and thunder. This form…

Can a hybrid be a Demon Slayer?

What is a hybrid in Demon Fall? A hybrid in the Demon Fall game is a player-mode that can use demon, as well as demon slayer abilities,…

Who is Tengen first wife?

Suma. Suma is the original wife of Tengen Uzui, and also the youngest, at the age of only 19 years old. Who is Tengen Favourite wife? Who…

Is Eneba com legit?

ENEBA is a scam website. Okayfreedom bought for 1 year after 12 days okayfreedom doesn’t work. ENEBA doesn’t want to refund my money or make okayfreedom work?…

How do I find MySQL port?

Another way to find out the port which MySQL Server is using on Windows is , Go to my. ini file that is MySQL configuration file and…

How do I know if MySQL is working?

We check the status with the systemctl status mysql command. We use the mysqladmin tool to check if MySQL server is running. The -u option specifies the…

Leave a Reply

Your email address will not be published. Required fields are marked *