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

ALTER USER ... REQUIRE SSL is not replicated to slave

    XMLWordPrintable

Details

    Description

      On MASTER:
      CREATE USER 'xxx'@'1.2.3.4' IDENTIFIED BY 'xxx';
      ALTER USER 'xxx'@'1.2.3.4' REQUIRE SSL;

      select ssl_type from mysql.user where user like 'xxx';
      +----------+
      | ssl_type |
      +----------+
      | ANY      |
      +----------+
      

      On SLAVE:

      select ssl_type from mysql.user where user like 'xxx';
      +----------+
      | ssl_type |
      +----------+
      |          |
      +----------+
      

      Attachments

        Issue Links

          Activity

            People

              elenst Elena Stepanova
              BB Silver Asu
              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.