XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Data Center
    • None
    • 4
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Problem

      After migration to MySQL version 8.0, started getting a lot of messages like this in the MySQL log file:

      [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: 'mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
      

      If the mysql_native_password is changed to caching_sha2_password, Jira won't work (fails to connect to the database)

      Suggested Solution

      Why This Is Important

      Since MySQL will deprecate mysql_native_password shortly and Jira works with that only, support for caching_sha2_password must be added

      Workaround

      Leave as mysql_native_password and change MySQL log level to avoid receiving those warnings.

              Unassigned Unassigned
              492e9b7c1fb9 Andre Oliveira (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: