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

Update maxscale.cnf default file

    XMLWordPrintable

Details

    Description

      The 23.02.3 default maxscale.cnf has this comment:

      # Monitor for the servers
      #
      # This will keep MaxScale aware of the state of the servers.
      # MariaDB Monitor documentation:
      # https://mariadb.com/kb/en/maxscale-6-monitors/
      #
      # Create the monitor user with:
      #
      #  CREATE USER 'monitor_user'@'%' IDENTIFIED BY 'monitor_pw';
      #  GRANT REPLICATION CLIENT, FILE, SUPER, RELOAD, PROCESS, SHOW DATABASES, EVENT ON *.* TO 'monitor_user'@'%';
      

      Not only does the .cnf reference MaxScale 6 documentation several times.... If you run these grants, you'll get an priv error with current versions of MariaDB. (missing REPLICATION MONITOR, REPLICATION SLAVE ADMIN, CONNECTION ADMIN permissions)

      Please update.

      Attachments

        Activity

          People

            johan.wikman Johan Wikman
            kathrynsizemore Kathryn Sizemore
            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.