MySQL: 查看root用户的权限

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/IOIO_/article/details/85019409

MySQL: 查看root用户的权限

mysql> show grants for root;
+-------------------------------------------+
| Grants for root@%                         |
+-------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' |
+-------------------------------------------+
1 row in set (0.00 sec)

猜你喜欢

转载自blog.csdn.net/IOIO_/article/details/85019409