Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.5.4
-
None
-
Linux CentOS 7.7
Description
After manually fixing MDEV-23015, this program still fails to set a password for a user. This is because it is trying to update the mysql.user table, which is not a good practice in general and will not even work in MariaDB 10.4 and up.
The error you get when trying to set a password is:
Column 'Password' is not updatable at /usr/bin/mariadb-setpermission line 200, <STDIN> line 8.
Attachments
Issue Links
- relates to
-
MDEV-23015 mariadb-setpermission seems incompatible with DBI:MariaDB
- Closed