Authentication for MariaDB Enterprise Server
Overview
Change Password
WITH ALTER USER:
ALTER USER 'USER'@'192.0.2.%'
IDENTIFIED BY 'PASSWD';WITH SET PASSWORD:
SET PASSWORD FOR 'USER'@'192.0.2.%'
= PASSWORD('PASSWD');Password Validation Plugins
ERROR HY000: Your password does not satisfy the current policy requirements.Authentication Plugins
Last updated
Was this helpful?

