Archive for the tag 'privileges'

SBDavid

Edit Privileges Reseller Nameservers

Edit Privileges Reseller Nameservers

Resellers may modify their nameservers using a new, simplified Basic cPanel/WHM Setup interface.

This was available only for the root user in the Edit Privileges/Nameservers interface in the Reseller Center for cPanelâ„¢ 11.24.4 and prior versions. This feature is automatically available for all Resellers and is not governed by ACLs.

How to check privileges for an mysql account.

To check the privileges for an account, use SHOW GRANTS:

mysql> SHOW GRANTS FOR ‘root’@'localhost’;
+—————————————————-+
| Grants for root@localhost
+—————————————————-+
| GRANT ALL PRIVILEGES ON *.* TO ‘root’@'localhost’ IDENTIFIED BY PASSWORD ‘*C406D12D7025EFA560629ABD992F09C9E28002C6′ WITH GRANT OPTION |
+—————————————————-+
1 row in set (0.00 sec)
mysql>