Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-12482

After granting EXECUTE right with wildcard in dbname SELECT, INSERT, UPDATE and DELETE privileges can no longer be executed

    XMLWordPrintable

Details

    Description

      Sample:
      GRANT SELECT, INSERT, UPDATE, DELETE ON test_1.* to user1@'192.168.122.10%';
      user1 can SELECT, INSERT, UPDATE and SELECT on tables in database test_1.
      After adding
      grant execute on `test_%`.* to user1@'192.168.122.10%';
      user1 gets permission denied when trying to access a table in test_1.
      Customer environment has several databases all with a suffix per client company and DBA wanted to grant EXECUTE permission for all databases in one statement.
      Workaround in this case:
      Explicitly GRANT EXECUTE for each database.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              umoser Ulrich Moser (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.