Skip to main content
We are aware of an issue after updating to cPanel versions 11.110.0.65, 11.126.0.21, or 11.128.0.11, some cPanel plugins or features are no longer functioning properly including WP Toolkit. Please see the following article for more information and updates:
Update to latest cPanel 110, 126, or 128 versions removes "addonfeatures" directory.

How to grant root user all privileges while skip-grant-table is enabled

Comments

3 comments

  • cPanelAnthony
    Hello! The
    0
  • Inna
    No, the issue is when skip-grant-tables is enabled, I cannot run queries like SET, UPDATE, INSERT, DELETE. But I only can run SELECT. When skip-grant-tables is disabled, I cannot login to mysql. When I see mysql table with skip-grants enabled, I see all _priv rows' values are Y. What I mean is when you click on root under user column which opens a new tab. There, root@localhost does not have any privileges and cannot manipulate other users (including itself).
    0
  • HostNoc
    HI Can you please run following commands and then test GRANT ALL PRIVILEGES ON . TO 'root'@'%'WITH GRANT OPTION; mysql> FLUSH PRIVILEGES; Regards HostNoc
    0

Please sign in to leave a comment.