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

GRANT USAGE ON *.* TO USER IDENTIFIED VIA unix_socket" changes password_last_changed

    XMLWordPrintable

Details

    Description

      MariaDB [(none)]> select * from mysql.global_priv;
      ...
      | %               | USER                     | {"access": 0, "plugin": "unix_socket", "authentication_string": "", "password_last_changed": 1604371611}                                        
       
      MariaDB [(none)]> GRANT USAGE ON *.* TO `USER`@`%` IDENTIFIED VIA unix_socket;
      Query OK, 0 rows affected (0.001 sec)
       
      MariaDB [(none)]> select * from mysql.global_priv;
      ...
      | %               | USER                     | {"access": 0, "plugin": "unix_socket", "authentication_string": "", "password_last_changed": 1604378772}                                        ....
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              danblack Daniel Black
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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