commit | 0a40648b3884c374e314105c33c2a20c85ab2f7f | [log] [tgz] |
---|---|---|
author | Miguel Lavalle <mlavalle@redhat.com> | Wed Dec 07 16:51:28 2022 -0600 |
committer | Miguel Lavalle <mlavalle@redhat.com> | Wed Dec 07 17:05:35 2022 -0600 |
tree | a5e1b73e9c3ebf7717a51dd4f84553bd107ba11e | |
parent | fd502fe0527fee0b891135e499e6a745975412da [diff] |
Fix the db user for mariadb in ubuntu 22.04 In Ubuntu 22.04, mariadb version 10.6 is installed. Per [0] and [1] authentication management was changed in version 10.4. This change adapts the way the db user is created to the new rules in versions 10.4 and later. [0] https://mariadb.com/kb/en/authentication-from-mariadb-104/ [1] https://mariadb.org/authentication-in-mariadb-10-4/ Closes-Bug: #1999090 Change-Id: I77a699a9e191eb83628ad5d361282e66744b6e4a