Difference between revisions of "Show grants"

From wikieduonline
Jump to navigation Jump to search
 
Line 13: Line 13:
 
* <code>[[SELECT User]] FROM mysql.user;</code>
 
* <code>[[SELECT User]] FROM mysql.user;</code>
 
* [[CREATE DATABASE]]
 
* [[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: