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.

[Case 92945] Skipping grants for these MySQL databases: username_%

Comments

7 comments

  • cPanelMichael
    Hello :) Could you open a support ticket using the link in my signature so we can attempt to reproduce this issue? You can post the ticket number here so we can update this thread with the outcome. Thank you.
    0
  • TomKu
    Thank you. Ticket #4628915.
    0
  • cPanelMichael
    To update, an internal case has been opened to address /scripts/resotrepkg skipping wildcard grants for users when restoring cpmove archives. The internal case number is 92945. The current workaround is to add the grants manually. Here is an example: mysql> GRANT ALL PRIVILEGES ON `abc\_%`.* TO 'abc'@'localhost';
    Thank you.
    0
  • postcd
    Where one can grant these privileges pls?, i have same issue with "%. These databases don't exist in the archive."
    0
  • cPanelMichael
    [quote="postcd, post: 1631162">Where one can grant these privileges pls?, i have same issue with "%. These databases don't exist in the archive."
    Each database should have specific grants, so wildcard grants are not required when the account is packaged. Please confirm if you have any actual issues with your database since it's been restored. Thank you.
    0
  • TomKu
    When restoring cpbackup (user.tar.gz) from Nov 2013 in WHM 11.42.1 (build 12) : Restoring MySQL databases.... Restoring database user_zzdb...... Restoring MySQL privs Skipping grants for these MySQL databases: user_%. These databases don't exist in the archive. Privileges in MySQL are then only set for the restored databases(s) like: GRANT ALL PRIVILEGES ON `user\_zzdb`.* TO 'user'@'localhost' When you add a new database in cPanel, the wildcard grant GRANT ALL PRIVILEGES ON `user\_%`.* TO 'user'@'localhost' is getting added automatically to grants list and stays there until you kill the account. So this 'Skipping grants for these... user%' sounds alarming (shoudn't it be dismissed?) but the restored account works and additional databases can be created.
    0
  • cPanelMichael
    [quote="TomKu, post: 1633071">When you add a new database in cPanel, the wildcard grant GRANT ALL PRIVILEGES ON `user\_%`.* TO 'user'@'localhost' is getting added automatically to grants list and stays there until you kill the account.
    Wildcard grants are no longer set in cPanel version 11.44. You should see no ill effects when the wildcard grant is not restored, as it's an intended change when restoring an account that was merged ahead of time. Thank you.
    0

Please sign in to leave a comment.