Difference between revisions of "Show grants"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
  2 rows in set (0.000 sec)
 
  2 rows in set (0.000 sec)
  
 +
== Related terms ==
 +
* <code>[[SELECT User]] FROM mysql.user;</code>
 +
* [[CREATE DATABASE]]
 +
* [[CREATE USER]]
  
 
== See also ==
 
== See also ==

Latest revision as of 19:38, 28 July 2021


 show grants;
+------------------------------------------------------------------------------------------------+
| Grants for root@localhost                                                                      |
+------------------------------------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO `root`@`localhost` IDENTIFIED VIA unix_socket WITH GRANT OPTION |
| GRANT PROXY ON @'%' TO 'root'@'localhost' WITH GRANT OPTION                                  |
+------------------------------------------------------------------------------------------------+
2 rows in set (0.000 sec)

Related terms[edit]

See also[edit]

Advertising: