How to disable mysql password validation with Zoneminder: ERROR 1819 (HY000)

Asked

Viewed 1,866 times

1

I loaded the password validation plugin in Mysql 5.7 on Ubuntu Server 16.04 to leave the system with more protection, but it seems that this plugin forces all passwords to comply with certain rules and ends up that none is correct, giving this error:

error 1819 (hy000) your password does not satisfy the current policy requirements

1 answer

2

Solution:

Type in the Linux terminal (Ubuntu), then enter the Linux Root(administrator) password:

sudo mysql -h localhost -u root -p

It will enter inside Mysql, see:

inserir a descrição da imagem aqui

Now, inside mysql type:

uninstall plugin validate_password;

Return the following message: Query OK, 0 Rows affected (0.00 sec)

Ready!

Plugin disabled.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.