HI,
Mysql 5.7 error when install ACS 4.15.1.0, I am use strong password but
show current policy not full fill.
Any idea how to solve this erro?
Thanks, Alamin
Hi Alamin
Can you check if the grant privileges were given to the root user
mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password';
Also, you can try to edit vi /etc/my.cnf and an entry
validate_password_policy=LOW
Regards
Kiran
On Sun, Aug 29, 2021 at 6:02 PM technologyrss.
Thanks for your reply.
root user may be not needed for % grants, please see my image for
details. I am not able grants for % for root user.
Also I try to Mysql 8.0 same error
---
Alamin
On 8/29/2021 9:31 PM, Kiran manohar Chavala wrote:
Hi Alamin
Can you check if the grant privileges were