Uploaded image for project: 'MariaDB MaxScale'
  1. MariaDB MaxScale
  2. MXS-3050

Setting Up MaxScale documentation should include instructions on how to configure the MaxScale grants in ClustrixDB

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 2.5.16
    • Documentation
    • None

    Description

      The Setting Up MaxScale documentation https://mariadb.com/kb/en/mariadb-maxscale-24-setting-up-mariadb-maxscale/ should include instructions on how to create the maxscale account in ClustrixDB.

      CREATE USER 'maxscale'@'%' IDENTIFIED BY 'maxscale_pw';
      GRANT SELECT ON SYSTEM.* TO 'maxscale'@'%';
      GRANT SHOW DATABASES ON . TO 'maxscale'@'%';

      Note that the GRANT SELECT may be overly permissive and you may need to check with the MaxScale team for which SYSTEM tables the maxscale account should have SELECT privs on.

      Attachments

        Activity

          People

            markus makela markus makela
            henry.hwang@mariadb.com Henry Hwang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 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.